From fb2adc187c0a7cc428f3ef3fb9a6385b3bf4abc8 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Fri, 7 Sep 2018 06:34:59 +0200 Subject: [PATCH] New package: hivemind-1.0.4 (#2431) --- srcpkgs/hivemind/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/hivemind/template diff --git a/srcpkgs/hivemind/template b/srcpkgs/hivemind/template new file mode 100644 index 0000000000..f4ba1b51bb --- /dev/null +++ b/srcpkgs/hivemind/template @@ -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 " +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 +}