# Template file for 'git-revise' pkgname=git-revise version=0.5.0 revision=1 archs=noarch build_style=python3-module pycompile_module="gitrevise" hostmakedepends="python3 python3-setuptools" depends="git python3-setuptools" short_desc="Git subcommand to efficiently update, split, and rearrange commits" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/mystor/git-revise" distfiles="https://github.com/mystor/git-revise/archive/${version}.tar.gz" checksum=f2bd6ad51b2acdd6fb6acf51807ce4b951d92cd039fc9e5a7dbb1e182fdf38b4 post_extract() { vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py } post_install() { vlicense LICENSE }