20 lines
522 B
Bash
20 lines
522 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
|
|
patch_args="-Np1"
|
|
|
|
do_install() {
|
|
vbin ndppd
|
|
vman ndppd.1
|
|
vman ndppd.conf.5
|
|
vsv ndppd
|
|
vsconf ndppd.conf-dist ndppd.conf
|
|
}
|