void-packages/srcpkgs/git-absorb/template

17 lines
496 B
Bash
Raw Normal View History

2019-05-05 07:58:44 +00:00
# Template file for 'git-absorb'
pkgname=git-absorb
2019-08-07 09:35:05 +00:00
version=0.5.0
2019-05-05 07:58:44 +00:00
revision=1
build_style=cargo
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="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz"
2019-08-07 09:35:05 +00:00
checksum=c4ef4fa28222773d695aab7711abbfac7e81c35a37eafe45f79d045516df28b1
2019-05-05 07:58:44 +00:00
post_install() {
vlicense LICENSE.md
}