void-packages/srcpkgs/9mount/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

21 lines
550 B
Bash

# Template file for '9mount'
pkgname=9mount
version=1.3
revision=2
build_style=gnu-makefile
make_install_args="prefix=\${DESTDIR}/usr"
short_desc="A set of SUID tools for mounting 9p filesystems via v9fs"
maintainer="Christopher Brannon <chris@the-brannons.com>"
license="ISC"
homepage="http://sqweek.net/code/9mount/"
distfiles="http://sqweek.net/9p/$pkgname-$version.tar.gz"
checksum=820d80b9b478d05ecb022ad658477b37cfc2414a8669c3af17d192a522064c17
patch_args=-Np0
pre_build() {
sed -i '/chown/d' Makefile
}
post_install() {
vlicense COPYING
}