git-absorb: add man pages
This commit is contained in:
parent
ea68221032
commit
5b9abb7d7b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
makedepends="libgit2-devel"
|
||||
short_desc="Like git commit --fixup, but automatic"
|
||||
|
@ -19,4 +19,5 @@ pre_build() {
|
|||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
vman Documentation/git-absorb.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue