19 lines
530 B
Bash
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
|
|
}
|