New package: fuse-9pfs-0.1
This commit is contained in:
parent
ddc31b8f59
commit
7882c658b3
1 changed files with 19 additions and 0 deletions
19
srcpkgs/fuse-9pfs/template
Normal file
19
srcpkgs/fuse-9pfs/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue