21 lines
659 B
Bash
21 lines
659 B
Bash
# Template file for 'git-revise'
|
|
pkgname=git-revise
|
|
version=0.4.2
|
|
revision=3
|
|
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 <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/mystor/git-revise"
|
|
distfiles="https://github.com/mystor/git-revise/archive/${version}.tar.gz"
|
|
checksum=217b1bb9a3b34d0c7e7544b516a9eed5bc061b9bafd3a97bc7edfd83ea54c0d6
|
|
|
|
post_extract() {
|
|
vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|