New package: git-revise-0.4.2
This commit is contained in:
parent
bbc1627034
commit
42c58a73e8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/git-revise/template
Normal file
18
srcpkgs/git-revise/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'git-revise'
|
||||||
|
pkgname=git-revise
|
||||||
|
version=0.4.2
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="gitrevise"
|
||||||
|
hostmakedepends="python3 python3-setuptools"
|
||||||
|
depends="git"
|
||||||
|
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/mystor/git-revise"
|
||||||
|
distfiles="${PYPI_SITE}/g/git-revise/git-revise-${version}.tar.gz"
|
||||||
|
checksum=7aa3c572afb88d08ac6c307fa480c011a233e87d2c04d44401b44b53117401d7
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue