void-packages/srcpkgs/gitui/template

20 lines
673 B
Bash

# Template file for 'gitui'
pkgname=gitui
version=0.23.0
revision=1
build_style=cargo
make_check_args="-- --skip components::textinput::tests::test_visualize_newline"
hostmakedepends="pkg-config python3"
makedepends="libxcb-devel libgit2-devel"
short_desc="Blazing fast terminal-ui for git"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://github.com/extrawurst/gitui"
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
checksum=5180d5d8fd2fe6400148d6078b4b318c7530ca6c27ea8d8c0882f2e4d9064a80
post_install() {
vlicense LICENSE.md
}