17 lines
500 B
Bash
17 lines
500 B
Bash
# 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
|
|
}
|