void-packages/srcpkgs/gitui/template
UsernameRandomlyGenerated f22c9c2121 gitui: update to 0.13.0
2021-03-22 17:52:49 -03:00

17 lines
504 B
Bash

# Template file for 'gitui'
pkgname=gitui
version=0.13.0
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
makedepends="libxcb-devel libgit2-devel"
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=ebf3ba559d05205e629805f60441411a0609e2a84444753cfd3a4a3ff1b98009
post_install() {
vlicense LICENSE.md
}