New package: git-team-1.3.8
This commit is contained in:
parent
81d73f094c
commit
83ab499d6a
1 changed files with 28 additions and 0 deletions
28
srcpkgs/git-team/template
Normal file
28
srcpkgs/git-team/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'git-team'
|
||||
pkgname=git-team
|
||||
version=1.3.8
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/hekmekk/git-team
|
||||
go_package="${go_import_path}/cmd/git-team ${go_import_path}/cmd/prepare-commit-msg"
|
||||
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=f2a2f22889f9f74c0a93ed7b1c605a891ae194046a3343d49c60d67fd1f61302
|
||||
|
||||
pre_build() {
|
||||
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/core/config/loader_test.go
|
||||
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/core/config/loader.go
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
vmkdir usr/libexec/git-team/hooks
|
||||
mv ${DESTDIR}/usr/bin/prepare-commit-msg ${DESTDIR}/usr/libexec/git-team/hooks
|
||||
vinstall git-hooks/proxy.sh 0755 usr/libexec/git-team/hooks
|
||||
|
||||
vinstall bash_completion/git-team.bash 0644 usr/share/bash-completion/completions git-team
|
||||
}
|
Loading…
Reference in a new issue