19 lines
579 B
Bash
19 lines
579 B
Bash
# Template file for 'flint'
|
|
pkgname=flint
|
|
version=0.0.4.20160114
|
|
revision=4
|
|
_commit=0a4fec3268ca19c5f8ed2f4904b878934a92a060
|
|
wrksrc="$pkgname-$_commit"
|
|
build_style=go
|
|
hostmakedepends="git-perl"
|
|
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=c91258674bbc32a20e9abc92a9125e25bafb13d26255cffc865ecdbbe2d60993
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|