void-packages/srcpkgs/forego/template
2017-01-12 19:19:29 +01:00

17 lines
517 B
Bash

# Template file for 'forego'
pkgname=forego
version=20170111202937
revision=1
build_style=go
hostmakedepends="git mercurial"
short_desc="A process supervisor in Go"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0"
go_import_path="github.com/ddollar/forego"
homepage="https://$go_import_path"
distfiles="$homepage/archive/$version.tar.gz"
checksum=ceac6c3c5b1a12c37979e883843a324b07e05ec0960198c1a32980fdb79d7d25
case "$XBPS_TARGET_MACHINE" in
i686*) broken="go i686 is broken for now";;
esac