mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
gitui: update to 0.26.1
This commit is contained in:
parent
cb2d03f1d7
commit
480f292aa0
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'gitui'
|
# Template file for 'gitui'
|
||||||
pkgname=gitui
|
pkgname=gitui
|
||||||
version=0.25.2
|
version=0.26.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features --features ghemoji,regex-onig"
|
configure_args="--no-default-features --features ghemoji,regex-onig"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="git pkg-config"
|
||||||
makedepends="libgit2-devel oniguruma-devel openssl-devel"
|
makedepends="libgit2-devel oniguruma-devel openssl-devel"
|
||||||
short_desc="Blazing fast terminal-ui for git"
|
short_desc="Blazing fast terminal-ui for git"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
|
@ -12,7 +12,9 @@ license="MIT"
|
||||||
homepage="https://github.com/extrawurst/gitui"
|
homepage="https://github.com/extrawurst/gitui"
|
||||||
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5a67d526e22533952a747cb34eb2430a1340dd3139f60a785f579bba4a6aa5ed
|
checksum=b1b0a6c692771a4e37f7ff33490365f8f330660a4110adf650b2483d99379c1d
|
||||||
|
|
||||||
|
export GITUI_RELEASE=1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue