void-packages/srcpkgs/gitui/template
Jan Christian Grünhage 4f53ca6c35 gitui: update to 0.8.1.
2020-07-22 22:03:41 +02:00

15 lines
425 B
Bash

# Template file for 'gitui'
pkgname=gitui
version=0.8.1
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=41662bb14ae89b9f25c2a956571a2855f977273261228f1ceba856fc8b7f2eca
post_install() {
vlicense LICENSE.md
}