void-packages/srcpkgs/squashfs-tools/template
2021-11-01 16:55:22 +01:00

23 lines
821 B
Bash

# Template file for 'squashfs-tools'
pkgname=squashfs-tools
version=4.5
revision=2
build_wrksrc="squashfs-tools"
build_style=gnu-makefile
make_use_env=yes
make_build_args="XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1"
makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel libzstd-devel"
short_desc="Tool to create and append to squashfs filesystems"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/plougher/squashfs-tools"
distfiles="https://github.com/plougher/squashfs-tools/archive/refs/tags/${version}.tar.gz"
checksum=b9e16188e6dc1857fe312633920f7d71cc36b0162eb50f3ecb1f0040f02edddd
do_install() {
vbin mksquashfs
vbin unsquashfs
ln -sf mksquashfs ${DESTDIR}/usr/bin/sqfstar
ln -sf unsquashfs ${DESTDIR}/usr/bin/sqfscat
}