Merge pull request #2677 from thypon/flint
New package: flint-0.0.4.20150707
This commit is contained in:
commit
d588177366
1 changed files with 19 additions and 0 deletions
19
srcpkgs/flint/template
Normal file
19
srcpkgs/flint/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue