mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cocogitto: rebuild for libgit2
This commit is contained in:
parent
5fb17c833f
commit
cf92d83047
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cocogitto'
|
# Template file for 'cocogitto'
|
||||||
pkgname=cocogitto
|
pkgname=cocogitto
|
||||||
version=5.3.1
|
version=5.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -17,6 +17,10 @@ checksum=ac6847ce55ba284184d0792afb53c6579da415600bc1b01c180dd87ad34597d0
|
||||||
# Test suite is not atomic, relies on user environment such as git user configuration
|
# Test suite is not atomic, relies on user environment such as git user configuration
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package git2@0.16.1 --precise 0.17.2
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local cog="${DESTDIR}/usr/bin/cog"
|
local cog="${DESTDIR}/usr/bin/cog"
|
||||||
for shell in bash zsh fish; do
|
for shell in bash zsh fish; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue