From eb7916a377ec96084f039c00e231a7fe2487bd06 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 20 Jan 2017 17:40:58 -0600 Subject: [PATCH] New package: iouyap-0.97 --- srcpkgs/iouyap/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/iouyap/template diff --git a/srcpkgs/iouyap/template b/srcpkgs/iouyap/template new file mode 100644 index 00000000000..47f9f8360a4 --- /dev/null +++ b/srcpkgs/iouyap/template @@ -0,0 +1,22 @@ +# Template file for 'iouyap' +pkgname=iouyap +version=0.97 +revision=1 +build_style=gnu-makefile +hostmakedepends="bison flex" +short_desc="Bridge IOU to UDP, TAP and Ethernet" +maintainer="Michael Aldridge " +license="GPL-3" +homepage="https://github.com/GNS3/iouyap" +distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz" +checksum=181850a4ce73a4d4035f9eb39b2656ae31d360f18b577ee65f5149132da3eccf + +case $XBPS_TARGET_MACHINE in + *-musl) broken=yes # Uses GNU Short types + ;; +esac + + +do_install() { + vbin iouyap +}