void-packages/srcpkgs/gitui/template
Jan Christian Grünhage 0fb86884a5 gitui: update to 0.14.0.
2021-04-19 10:23:59 -03:00

17 lines
504 B
Bash

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