New package: hivemind-1.0.4 (#2431)
This commit is contained in:
parent
641789f066
commit
fb2adc187c
1 changed files with 16 additions and 0 deletions
16
srcpkgs/hivemind/template
Normal file
16
srcpkgs/hivemind/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue