Skip to content

Commit

Permalink
New package: squashfs-tools-ng-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed May 31, 2020
1 parent 203651e commit c0610ae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/squashfs-tools-ng-devel
28 changes: 28 additions & 0 deletions srcpkgs/squashfs-tools-ng/template
@@ -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"
}
}

0 comments on commit c0610ae

Please sign in to comment.