void-packages/srcpkgs/flint/template

20 lines
579 B
Bash
Raw Normal View History

2015-10-04 17:33:12 +00:00
# Template file for 'flint'
pkgname=flint
2016-01-13 23:17:53 +00:00
version=0.0.4.20160114
revision=1
_commit=0a4fec3268ca19c5f8ed2f4904b878934a92a060
2015-10-04 17:33:12 +00:00
wrksrc="$pkgname-$_commit"
build_style=go
2016-02-19 20:27:35 +00:00
hostmakedepends="git-perl"
2015-10-04 17:33:12 +00:00
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"
2016-01-13 23:17:53 +00:00
checksum=c91258674bbc32a20e9abc92a9125e25bafb13d26255cffc865ecdbbe2d60993
2015-10-04 17:33:12 +00:00
post_install() {
vlicense LICENSE.md
}