mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: iouyap-0.97
This commit is contained in:
parent
29137e5ee3
commit
eb7916a377
1 changed files with 22 additions and 0 deletions
22
srcpkgs/iouyap/template
Normal file
22
srcpkgs/iouyap/template
Normal file
|
@ -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 <aldridge.mac@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue