From d28d6bff63f189ca9010770f8722989746d8d8d7 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 5 Jul 2018 18:01:54 -0700 Subject: [PATCH] New package: blush-0.5.3 --- srcpkgs/blush/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/blush/template diff --git a/srcpkgs/blush/template b/srcpkgs/blush/template new file mode 100644 index 00000000000..9bb936e22a4 --- /dev/null +++ b/srcpkgs/blush/template @@ -0,0 +1,17 @@ +# Template file for 'blush' +pkgname=blush +version=0.5.3 +revision=1 +build_style=go +go_import_path=github.com/arsham/blush +hostmakedepends="git" +short_desc="Grep with colours" +maintainer="travankor " +license="MIT" +homepage="https://github.com/arsham/blush" +distfiles="https://github.com/arsham/blush/archive/v${version}.tar.gz" +checksum=1d96e080e7db9d57bb3aee1a7fae3df2aaa3a3f85cf41077e8235c78840ae740 + +post_install() { + vlicense LICENSE +}