mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
git-absorb: update to 0.6.7.
This commit is contained in:
parent
455908f5ca
commit
6db197ca98
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.6.6
|
||||
version=0.6.7
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel"
|
||||
short_desc="Like git commit --fixup, but automatic"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/tummychow/git-absorb"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=955069cc70a34816e6f4b6a6bd1892cfc0ae3d83d053232293366eb65599af2f
|
||||
distfiles="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz"
|
||||
checksum=f562dbcf68c5f687197e8a594cb58cf102cc17a2e9fcf66dbacb83b49e053bd7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
vman Documentation/git-absorb.1
|
||||
for sh in bash fish zsh; do
|
||||
vtargetrun ${DESTDIR}/usr/bin/git-absorb --gen-completions $sh > git-absorb.$sh
|
||||
vcompletion git-absorb.$sh $sh
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue