# Template file for 'git-absorb' pkgname=git-absorb version=0.6.13 revision=1 build_style=cargo build_helper="qemu" hostmakedepends="pkg-config" makedepends="libgit2-devel" short_desc="Like git commit --fixup, but automatic" maintainer="icp " 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=5646857dd764d0a486405e777b3ec4e919511abc96bd0e02e71ec9e94d151115 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 }