void-packages/srcpkgs/flint/template

20 lines
579 B
Bash
Raw Normal View History

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