New package: lhasa-0.3.1

This commit is contained in:
Hill Ma 2021-07-08 20:45:57 -07:00 committed by Érico Nogueira Rolim
parent e78464989d
commit ecf00f600f
3 changed files with 29 additions and 0 deletions

View file

@ -4017,3 +4017,4 @@ libXcomp.so.3 nx-libs-3.5.99.24_1
libXcompshad.so.3 nx-libs-3.5.99.24_1
libNX_X11.so.6 nx-libs-3.5.99.24_1
librnnoise.so.0 rnnoise-0.4.1_1
liblhasa.so.0 liblhasa-0.3.1_1

1
srcpkgs/lhasa-devel Symbolic link
View file

@ -0,0 +1 @@
lhasa

27
srcpkgs/lhasa/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'lhasa'
pkgname=lhasa
version=0.3.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Free Software LHA implementation"
maintainer="Hill Ma <maahiuzeon@gmail.com>"
license="ISC"
homepage="https://github.com/fragglet/lhasa"
distfiles="https://github.com/fragglet/lhasa/releases/download/v${version}/lhasa-${version}.tar.gz"
checksum=3fb08e5f85a9b9dd023922896be9157d5fb5c0448424681810aaa2b0558a5f24
post_install() {
vlicense COPYING
}
lhasa-devel_package() {
depends="lhasa>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}