19 lines
591 B
Bash
19 lines
591 B
Bash
# Template file for 'gitui'
|
|
pkgname=gitui
|
|
version=0.22.1
|
|
revision=1
|
|
build_style=cargo
|
|
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=285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|