23 lines
567 B
Bash
23 lines
567 B
Bash
# Template file for 'mergerfs'
|
|
pkgname=mergerfs
|
|
version=2.38.0
|
|
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="Pulux <pulux@pf4sh.eu>"
|
|
license="ISC"
|
|
homepage="https://github.com/trapexit/mergerfs"
|
|
distfiles="https://github.com/trapexit/mergerfs/archive/refs/tags/${version}.tar.gz"
|
|
checksum=cdb855c797da16ae668a2f71f76830151c377b38dee698c63db092ca1635d95e
|
|
|
|
pre_build() {
|
|
echo "$version" > VERSION
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|