19 lines
523 B
Text
19 lines
523 B
Text
|
# Template file for 'pwnat'
|
||
|
pkgname=pwnat
|
||
|
version=0.3
|
||
|
# the git-hash of v0.3 as it isn't tagged
|
||
|
_githash=572fcfb76a1b4b46faaa6b36817a39671b6f3c7e
|
||
|
revision=1
|
||
|
homepage="http://samy.pl/pwnat/"
|
||
|
distfiles="https://github.com/samyk/pwnat/archive/${_githash}.tar.gz"
|
||
|
short_desc="serverless NAT to NAT hole punching"
|
||
|
maintainer="Enno Boland <eb@s01.de>"
|
||
|
license="GPLv3"
|
||
|
checksum=365da981ba1a39d7e3c8427fbcd9e7fcd3dd16cd30ae7e3b0aca50511fd8e1b1
|
||
|
wrksrc="${pkgname}-${_githash}"
|
||
|
build_style=gnu-makefile
|
||
|
|
||
|
do_install() {
|
||
|
vbin pwnat
|
||
|
}
|