22 lines
697 B
Bash
22 lines
697 B
Bash
# Template file for 'gitui'
|
|
pkgname=gitui
|
|
version=0.26.1
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--no-default-features --features ghemoji,regex-onig"
|
|
hostmakedepends="git pkg-config"
|
|
makedepends="libgit2-devel oniguruma-devel openssl-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=b1b0a6c692771a4e37f7ff33490365f8f330660a4110adf650b2483d99379c1d
|
|
|
|
export GITUI_RELEASE=1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|