void-packages/srcpkgs/git-revise/template
2021-10-09 08:01:44 -04:00

18 lines
557 B
Bash

# Template file for 'git-revise'
pkgname=git-revise
version=0.6.0
revision=3
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
}