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 +}