mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
libhomfly: update to 1.03.
This commit is contained in:
parent
447c4d070e
commit
014c0984f5
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libhomfly'
|
||||
pkgname=libhomfly
|
||||
version=1.02r6
|
||||
version=1.03
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="gc-devel"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|||
license="custom:unlicense"
|
||||
homepage="https://github.com/miguelmarco/libhomfly/"
|
||||
distfiles="https://github.com/miguelmarco/libhomfly/releases/download/${version}/libhomfly-${version}.tar.gz"
|
||||
checksum=f990d991d29a590c54b09eff68bc209c4cf2b8b12d945351688d2db8a0d30979
|
||||
checksum=2a06e93cccd91d33ed9c345eba2e59b2ba175c11e454cf2029644a9364250871
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -22,5 +22,6 @@ libhomfly-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/pkgconfig"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue