void-packages/srcpkgs/git-absorb/template
Sora Morimoto 8463d6c903 git-absorb: update to 0.6.6
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-11-05 20:30:24 -06:00

19 lines
530 B
Bash

# Template file for 'git-absorb'
pkgname=git-absorb
version=0.6.6
revision=1
build_style=cargo
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
post_install() {
vlicense LICENSE.md
vman Documentation/git-absorb.1
}