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

19 lines
514 B
Bash

# Template file for 'fuse-9pfs'
pkgname=fuse-9pfs
version=0.3
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="fuse-devel"
short_desc="FUSE client for 9p protocol"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="ISC, MIT"
homepage="https://github.com/ftrvxmtrx/9pfs"
distfiles="https://github.com/ftrvxmtrx/9pfs/archive/${version}.tar.gz"
checksum=dc5f1408a5502c64e239e5614d757d013c75cf6b6851aa925d6dd922198901cf
post_install() {
vlicense LICENSE
}