void-packages/srcpkgs/ndppd/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

19 lines
504 B
Bash

# Template file for 'ndppd'
pkgname=ndppd
version=0.2.5
revision=1
build_style=gnu-makefile
short_desc="NDP Proxy Daemon"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/DanielAdolfsson/ndppd"
distfiles="https://github.com/DanielAdolfsson/ndppd/archive/${version}.tar.gz"
checksum=ee934167f8357f0bd0015e201a77fbe4d028c59e89dc98113805c6855e1c3992
do_install() {
vbin ndppd
vman ndppd.1
vman ndppd.conf.5
vsv ndppd
vsconf ndppd.conf-dist ndppd.conf
}