mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
cocogitto: rebuild for libgit2-1.5.0
This commit is contained in:
parent
51faf6bcba
commit
19c1f6fe4d
1 changed files with 6 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cocogitto'
|
# Template file for 'cocogitto'
|
||||||
pkgname=cocogitto
|
pkgname=cocogitto
|
||||||
version=5.2.0
|
version=5.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -17,19 +17,13 @@ checksum=99f9dee05597d7721f6d046dbfefba5cb8d1c4ae22ced415f724affb3a6bd0cc
|
||||||
# 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_build() {
|
|
||||||
TARGET_DIR="target/${RUST_TARGET}/release"
|
|
||||||
|
|
||||||
for shell in bash zsh fish; do
|
|
||||||
vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
COG="${DESTDIR}/usr/bin/cog"
|
||||||
vdoc README.md
|
|
||||||
|
|
||||||
for shell in bash zsh fish; do
|
for shell in bash zsh fish; do
|
||||||
|
vtargetrun ${COG} generate-completions ${shell} > cog.${shell}
|
||||||
vcompletion cog.${shell} ${shell} cog
|
vcompletion cog.${shell} ${shell} cog
|
||||||
done
|
done
|
||||||
|
|
||||||
|
vdoc README.md
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue