15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'gitui'
|
|
pkgname=gitui
|
|
version=0.9.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=2112575a5ec65f744572d38df9f4f79e7547fc2139093a6c9cf2e9ad85bdf547
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|