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