vp-build/srcpkgs/flint/template

18 lines
487 B
Bash

# Template file for 'flint'
pkgname=flint
version=0.1.0
revision=9
build_style=go
hostmakedepends="git"
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://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
post_install() {
vlicense LICENSE.md
}