# Template file for 'git-revise'
pkgname=git-revise
version=0.8.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="git"
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=83e09c3e77dccd47dc72c161727e05db27d02129aa4da890649b5bcd23b9eec3

post_install() {
	vlicense LICENSE
}
