17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'git-team'
|
|
pkgname=git-team
|
|
version=1.6.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/hekmekk/git-team
|
|
short_desc="Manage and enhance git commit messages with co-authors"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/hekmekk/git-team"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d474d759b81a458519c47059990d12808df28d4b313a69234aaa9574a70da723
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|