18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'git-team'
|
|
pkgname=git-team
|
|
version=1.8.1
|
|
revision=4
|
|
build_style=go
|
|
go_import_path=github.com/hekmekk/git-team
|
|
short_desc="Manage and enhance git commit messages with co-authors"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hekmekk/git-team"
|
|
changelog="https://raw.githubusercontent.com/hekmekk/git-team/main/CHANGELOG.md"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=8bbac5e495310167e9ffad6f6b0e6b6929bae3dc249de16cd050209f389be59b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|