libhomfly: update to 1.03.

This commit is contained in:
Gonzalo Tornaría 2025-08-12 15:49:57 -03:00 committed by Leah Neukirchen
parent 447c4d070e
commit 014c0984f5

View file

@ -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"
}
}