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