void-packages/srcpkgs/erofs-utils/template

24 lines
824 B
Bash

# Template file for 'erofs-utils'
pkgname=erofs-utils
version=1.6
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="liblz4-devel libuuid-devel"
short_desc="User-space tools for EROFS filesystem"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/"
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${version}.tar.gz"
checksum=dbf1adaeff1bb8532b29a72c8a9e191938c9389946770dc763d3c59e6f320571
pre_configure() {
autoreconf -fi
}
post_install() {
# erofsfuse is experimental and not currently build/enabled but the man
# page is still installed, remove it for now.
rm -f "${DESTDIR}/usr/share/man/man1/erofsfuse.1"
}