24 lines
824 B
Bash
24 lines
824 B
Bash
# Template file for 'erofs-utils'
|
|
pkgname=erofs-utils
|
|
version=1.5
|
|
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=2310fa4377b566bf943e8eef992db3990f759528d5973e700efe3e4cb115ec23
|
|
|
|
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"
|
|
}
|