void-packages/srcpkgs/fuse-9pfs/template

19 lines
524 B
Bash

# Template file for 'fuse-9pfs'
pkgname=fuse-9pfs
version=0.1
revision=1
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
}