void-packages/srcpkgs/hivemind/template
2019-02-15 15:43:53 -02:00

17 lines
500 B
Bash

# Template file for 'hivemind'
pkgname=hivemind
version=1.0.6
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=8ca7884db49268b7938d0503e7e95443cb3a56696478d5dcc2b9813705525a39
post_install() {
vlicense LICENSE
}