19 lines
514 B
Bash
19 lines
514 B
Bash
# Template file for 'fuse-9pfs'
|
|
pkgname=fuse-9pfs
|
|
version=0.2
|
|
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=24fbb2e32674e621630a90504645247578ddd6a521b1a4cea3c70609831495d2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|