void-packages/srcpkgs/mergerfs/template

24 lines
624 B
Bash

# Template file for 'mergerfs'
pkgname=mergerfs
version=2.32.5
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="automake libtool pkg-config which"
makedepends="fuse-devel"
short_desc="FUSE union filesystem"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/trapexit/mergerfs"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=ddf86e4a05d834d173b78a617112b0b4cf3b65447da69f0474815558d5815340
pre_build() {
# we build from source, spoof release tarball
vsed -i "s|^VERSION=.*|VERSION=$pkgver|" tools/update-version
}
post_install() {
vlicense LICENSE
}