openbsd-netcat: add license.
This commit is contained in:
parent
678650f87b
commit
4957caac73
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openbsd-netcat'
|
# Template file for 'openbsd-netcat'
|
||||||
pkgname=openbsd-netcat
|
pkgname=openbsd-netcat
|
||||||
version=1.178
|
version=1.178
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="netcat-openbsd-${version%p*}"
|
wrksrc="netcat-openbsd-${version%p*}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libbsd-devel"
|
makedepends="libbsd-devel"
|
||||||
|
@ -36,4 +36,5 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin nc openbsd-nc
|
vbin nc openbsd-nc
|
||||||
vman nc.1 openbsd-nc.1
|
vman nc.1 openbsd-nc.1
|
||||||
|
vlicense ../debian/copyright LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue