void-packages/srcpkgs/git-revise/template

23 lines
672 B
Bash
Raw Normal View History

2019-08-06 16:40:17 +02:00
# Template file for 'git-revise'
pkgname=git-revise
2019-11-12 12:08:39 +01:00
version=0.5.1
2019-10-02 09:50:34 +02:00
revision=1
archs=noarch
2019-08-06 16:40:17 +02:00
build_style=python3-module
pycompile_module="gitrevise"
hostmakedepends="python3 python3-setuptools"
depends="git python3-setuptools"
2019-08-06 16:40:17 +02:00
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"
2019-08-07 11:09:12 +02:00
distfiles="https://github.com/mystor/git-revise/archive/${version}.tar.gz"
2019-11-12 12:08:39 +01:00
checksum=3f64521eb056ff097eb282811459820e1afd138cf2de113d609051060459d24d
2019-08-06 16:40:17 +02:00
post_extract() {
vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py
}
2019-08-07 11:09:12 +02:00
post_install() {
vlicense LICENSE
}