Merge pull request #2677 from thypon/flint

New package: flint-0.0.4.20150707
This commit is contained in:
Andrea Brancaleoni 2015-10-04 20:24:34 +02:00
commit d588177366

19
srcpkgs/flint/template Normal file
View file

@ -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 <miwaxe@gmail.com>"
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
}