void-packages/srcpkgs/gitui/template
2021-10-04 16:24:51 +02:00

18 lines
611 B
Bash

# Template file for 'gitui'
pkgname=gitui
version=0.17.1
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"
changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
checksum=36821f83d67a1233e10daa51178c03250618964ca5a5b8c001ac338bf7a355f5
post_install() {
vlicense LICENSE.md
}