19 lines
530 B
Bash
19 lines
530 B
Bash
# Template file for 'git-absorb'
|
|
pkgname=git-absorb
|
|
version=0.6.5
|
|
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=0c8bf3520209f6d292515ccaaa4b91d7d5e18bd8abe41fad049b5a2797386892
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
vman Documentation/git-absorb.1
|
|
}
|