void-packages/srcpkgs/hans/template

19 lines
430 B
Bash
Raw Normal View History

2015-08-10 17:40:05 +00:00
# Template file for 'hans'
pkgname=hans
version=0.4.4
2015-08-12 14:07:02 +00:00
revision=2
2015-08-10 17:40:05 +00:00
short_desc="ICMP tunneling software"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://code.gerade.org/hans/"
distfiles="https://github.com/friedrich/$pkgname/archive/v$version.tar.gz"
checksum=68fd2497e2e0219ee17a6ee06a85efbae0139b3ba068bb4b9aa65c6ab7629d37
2015-08-12 14:07:02 +00:00
do_build() {
make GCC="$CC" GPP="$CXX"
2015-08-10 17:40:05 +00:00
}
do_install() {
vbin hans
}