mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
git-absorb: update to 0.7.0.
This commit is contained in:
parent
68ca8b81a2
commit
fe1e416d32
1 changed files with 7 additions and 3 deletions
|
@ -1,21 +1,25 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.6.17
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper="qemu"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config asciidoc"
|
||||
makedepends="libgit2-1.9-devel"
|
||||
short_desc="Like git commit --fixup, but automatic"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/tummychow/git-absorb"
|
||||
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4
|
||||
checksum=65f5b80bcb726a0c40eeda94ccb47fce7f3fc4ed16021465196a37b907083eb8
|
||||
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
||||
a2x -L -d manpage -f manpage Documentation/git-absorb.adoc --attribute man-version=${version}
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue