void-packages/srcpkgs/git-revise/template
2020-06-10 12:34:10 +02:00

19 lines
570 B
Bash

# Template file for 'git-revise'
pkgname=git-revise
version=0.6.0
revision=1
archs=noarch
build_style=python3-module
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/v${version}.tar.gz"
checksum=99c3804ddb73f1115bd6be05d10e640a7066e4019c6c223433e55136e66fa4c8
post_install() {
vlicense LICENSE
}