From 22c5b2956b1c4f6ab923b27b85a09b544f8c49f2 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Sat, 23 Sep 2017 23:15:40 +0300 Subject: [PATCH] New package: antibody-3.3.1 Closes: #7798 [via git-merge-pr] --- srcpkgs/antibody/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/antibody/template diff --git a/srcpkgs/antibody/template b/srcpkgs/antibody/template new file mode 100644 index 00000000000..56e5c76d7f9 --- /dev/null +++ b/srcpkgs/antibody/template @@ -0,0 +1,17 @@ +# Template file for 'antibody' +pkgname=antibody +version=3.3.2 +revision=1 +build_style=go +go_import_path="github.com/getantibody/antibody" +hostmakedepends="git" +short_desc="Fast and lightweight shell plugin manager" +maintainer="SolitudeSF " +license="MIT" +homepage="https://getantibody.github.io/" +distfiles="https://${go_import_path}/archive/v${version}.tar.gz" +checksum=0cbe03b4345124b79b3f2961dc047599d1548ec03dd72139c35eb83876c24bb0 + +post_install() { + vlicense LICENSE.md +}