void-packages/srcpkgs/squashfs-tools-ng/template
2021-03-28 18:51:03 +02:00

26 lines
924 B
Bash

# Template file for 'squashfs-tools-ng'
pkgname=squashfs-tools-ng
version=1.1.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
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://infraroot.at/projects/squashfs-tools-ng/index.html"
changelog="https://git.infraroot.at/squashfs-tools-ng.git/plain/CHANGELOG.md"
distfiles="https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz"
checksum=110794124b268e92e28e6a95f0781d1338f48c338434ef746f5de68c64e19aeb
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"
}
}