17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'git-team'
|
|
pkgname=git-team
|
|
version=1.7.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=c52d800ea3b5f45896d4f21ab4944d1f45dd8d90cdf1a634a445d22b93a31f49
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|