vp-build/srcpkgs/flint/template

17 lines
473 B
Bash

# Template file for 'flint'
pkgname=flint
version=0.1.0
revision=9
build_style=go
short_desc="Check your project for common sources of contributor friction"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
go_import_path="github.com/pengwynn/flint"
homepage="https://github.com/pengwynn/flint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
post_install() {
vlicense LICENSE.md
}