14 lines
431 B
Bash
14 lines
431 B
Bash
|
# Template file for 'forego'
|
||
|
pkgname=forego
|
||
|
version=0.16.1
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
hostmakedepends="git mercurial go"
|
||
|
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/v$version.tar.gz"
|
||
|
checksum=d4c8305262ac18c7e51d9d8028827f83b37fb3f9373d304686d084d68033ac6d
|