New package: squashfs-tools-ng-0.9.1

This commit is contained in:
Duncaen 2020-05-31 16:47:09 +02:00
parent 203651ed74
commit c0610aebb4
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1 @@
squashfs-tools-ng

View file

@ -0,0 +1,28 @@
# Template file for 'squashfs-tools-ng'
pkgname=squashfs-tools-ng
version=0.9.1
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config libtool"
makedepends="liblz4-devel liblzma-devel libzstd-devel lzo-devel zlib-devel"
short_desc="Set of tools and libraries for working with SquashFS images"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later, LGPL-3.0-or-later"
homepage="https://github.com/AgentD/squashfs-tools-ng"
distfiles="https://github.com/AgentD/squashfs-tools-ng/archive/v${version}.tar.gz"
checksum=316b1e457da28709ed3c54add71bf3233f18ec1c2fd9d7294b83ebeed9ca2d5d
pre_configure() {
autoreconf -fi
}
squashfs-tools-ng-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}