New package: hivemind-1.0.4 (#2431)

This commit is contained in:
Daniel Lewan 2018-09-07 06:34:59 +02:00 committed by cr6git
parent 641789f066
commit fb2adc187c

16
srcpkgs/hivemind/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'hivemind'
pkgname=hivemind
version=1.0.4
revision=1
build_style=go
go_import_path="github.com/DarthSim/hivemind"
short_desc="Process manager for Procfile-based applications"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/DarthSim/hivemind"
distfiles="https://github.com/DarthSim/hivemind/archive/v${version}.tar.gz"
checksum=0c8b6bc8e3aef70bc8f5dd1b29db04a48f8f874ee269d3155670e70263d73cbd
post_install() {
vlicense LICENSE
}