mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: fuse-overlayfs-0.3
This commit is contained in:
parent
717ebc72b8
commit
4e6bcbad45
1 changed files with 18 additions and 0 deletions
18
srcpkgs/fuse-overlayfs/template
Normal file
18
srcpkgs/fuse-overlayfs/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'fuse-overlayfs'
|
||||||
|
pkgname=fuse-overlayfs
|
||||||
|
version=0.3
|
||||||
|
revision=1
|
||||||
|
archs="~*-musl"
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
|
makedepends="fuse3-devel"
|
||||||
|
short_desc="FUSE implementation for overlayfs"
|
||||||
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/containers/fuse-overlayfs"
|
||||||
|
distfiles="https://github.com/containers/fuse-overlayfs/archive/v${version}.tar.gz"
|
||||||
|
checksum=9d6ffafcfb5038426f830c8b1346947d71482f7fa9a9681edebecc162c01c448
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue