New package: git-absorb-0.3.0
This commit is contained in:
parent
1bb4ae5916
commit
cb2f9ad415
1 changed files with 16 additions and 0 deletions
16
srcpkgs/git-absorb/template
Normal file
16
srcpkgs/git-absorb/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.3.0
|
||||
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"
|
||||
checksum=94d540a7febd37cd74e95e7cab71ee3514df020989208ce3fe83560699072730
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue