New package: git-revise-0.4.2

This commit is contained in:
Leah Neukirchen 2019-08-06 16:40:17 +02:00
parent bbc1627034
commit 42c58a73e8

View 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
}