New package: fuse-9pfs-0.1

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-02-21 16:34:05 +01:00 committed by Leah Neukirchen
parent ddc31b8f59
commit 7882c658b3

View file

@ -0,0 +1,19 @@
# Template file for 'fuse-9pfs'
pkgname=fuse-9pfs
version=0.1
revision=1
wrksrc="9pfs-${version}"
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="fuse-devel"
short_desc="FUSE client for 9p protocol"
maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
license="ISC, MIT"
homepage="https://github.com/ftrvxmtrx/9pfs"
distfiles="https://github.com/ftrvxmtrx/9pfs/archive/${version}.tar.gz"
checksum=b96bca313a68e7790ac5d73f920113f4c55560a1ab88d00d49a459afdf1278ed
post_install() {
vlicense LICENSE
}