From 1c522064566fdd28b20f5f2b3bf68bc389204c26 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 4 Oct 2015 19:33:12 +0200 Subject: [PATCH] New package: flint-0.0.4.20150707 --- srcpkgs/flint/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/flint/template diff --git a/srcpkgs/flint/template b/srcpkgs/flint/template new file mode 100644 index 00000000000..299685e83c5 --- /dev/null +++ b/srcpkgs/flint/template @@ -0,0 +1,19 @@ +# Template file for 'flint' +pkgname=flint +version=0.0.4.20150707 +revision=1 +_commit=c3a5d8d9a2e04296fba560d9a22f763cff68eb75 +wrksrc="$pkgname-$_commit" +build_style=go +hostmakedepends="git" +short_desc="Check your project for common sources of contributor friction" +maintainer="Andrea Brancaleoni " +license="MIT" +go_import_path="github.com/pengwynn/flint" +homepage="https://${go_import_path}" +distfiles="${homepage}/archive/${_commit}.tar.gz" +checksum=bbed0a147af6d1c7c3dd5f6c9a749e7a0e03aefd8ac9b03968895c04e0b03b00 + +post_install() { + vlicense LICENSE.md +}