git-absorb: add man pages
This commit is contained in:
committed by
Leah Neukirchen
parent
ea68221032
commit
5b9abb7d7b
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'git-absorb'
|
# Template file for 'git-absorb'
|
||||||
pkgname=git-absorb
|
pkgname=git-absorb
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
short_desc="Like git commit --fixup, but automatic"
|
short_desc="Like git commit --fixup, but automatic"
|
||||||
@@ -19,4 +19,5 @@ pre_build() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
vman Documentation/git-absorb.1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user