aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/squashfs-tools-ng/template
blob: 57fca62ffc0ab2344767f36dbffcfa7bd82d399e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Template file for 'squashfs-tools-ng'
pkgname=squashfs-tools-ng
version=1.3.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=5f91df5eb4d4ae6b6f613e9b7cd346daf45373a1b065c6c1b0891a86abe13e8f

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