void-packages/srcpkgs/hivemind/template
2021-12-03 22:21:08 -03:00

16 lines
500 B
Bash

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