void-packages/srcpkgs/flint/template
Érico Rolim b8c5e59acd srcpkgs/: clean up Go packages.
Fix small typos, expand some variables, leave comments for updates.
2021-02-19 12:07:43 -03:00

18 lines
495 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://github.com/pengwynn/flint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
post_install() {
vlicense LICENSE.md
}