fastd: install manpage; revbump++
This commit is contained in:
parent
7d49ab881a
commit
168d5e2b57
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fastd'
|
||||
pkgname=fastd
|
||||
version=16
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config bison"
|
||||
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
||||
|
@ -25,4 +25,5 @@ post_install() {
|
|||
vinstall ${FILESDIR}/connectionPartner 644 etc/fastd/peers
|
||||
vinstall ${FILESDIR}/incomingConnectionPartner 644 etc/fastd/peers
|
||||
vsv fastd
|
||||
vman doc/fastd.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue