19 lines
574 B
Bash
19 lines
574 B
Bash
# 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
|
|
}
|