mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'gitui'
|
|
pkgname=gitui
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Blazing fast terminal-ui for git"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/extrawurst/gitui"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=3491730ddbbc886940f20e6cf419c689de3e196f678127807ef69c4de479742e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|