18 lines
557 B
Bash
18 lines
557 B
Bash
# Template file for 'git-revise'
|
|
pkgname=git-revise
|
|
version=0.7.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=47dbed47738dfd6f7f33339a6503c886ce95d36f4690ed20077250e2538443aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|