mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 16:22:56 +02:00
git-revise: update to 0.6.0.
This commit is contained in:
parent
613f70ed08
commit
3cff875cd6
1 changed files with 4 additions and 8 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'git-revise'
|
# Template file for 'git-revise'
|
||||||
pkgname=git-revise
|
pkgname=git-revise
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gitrevise"
|
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="git python3-setuptools"
|
depends="git python3-setuptools"
|
||||||
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
|
short_desc="Git subcommand to efficiently update, split, and rearrange commits"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mystor/git-revise"
|
homepage="https://github.com/mystor/git-revise"
|
||||||
distfiles="https://github.com/mystor/git-revise/archive/${version}.tar.gz"
|
distfiles="https://github.com/mystor/git-revise/archive/v${version}.tar.gz"
|
||||||
checksum=3f64521eb056ff097eb282811459820e1afd138cf2de113d609051060459d24d
|
checksum=99c3804ddb73f1115bd6be05d10e640a7066e4019c6c223433e55136e66fa4c8
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue