mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
sheldon: update to 0.8.0
This commit is contained in:
parent
58f564f902
commit
2abf90f3ce
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'sheldon'
|
# Template file for 'sheldon'
|
||||||
pkgname=sheldon
|
pkgname=sheldon
|
||||||
version=0.7.4
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcurl-devel libgit2-devel openssl-devel zlib-devel"
|
makedepends="libcurl-devel libgit2-1.8-devel openssl-devel"
|
||||||
checkdepends="git"
|
checkdepends="git"
|
||||||
short_desc="Fast, configurable shell plugin manager"
|
short_desc="Fast, configurable shell plugin manager"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
|
@ -13,14 +13,14 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://sheldon.cli.rs/"
|
homepage="https://sheldon.cli.rs/"
|
||||||
changelog="https://raw.githubusercontent.com/rossmacarthur/sheldon/trunk/RELEASES.md"
|
changelog="https://raw.githubusercontent.com/rossmacarthur/sheldon/trunk/RELEASES.md"
|
||||||
distfiles="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=5d8ecd432a99852d416580174be7ab8f29fe9231d9804f0cc26ba2b158f49cdf
|
checksum=71c6c27b30d1555e11d253756a4fce515600221ec6de6c06f9afb3db8122e5b5
|
||||||
|
|
||||||
if [ "$XBPS_BUILD_ENVIRONMENT" == "void-packages-ci" ]; then
|
if [ "$XBPS_BUILD_ENVIRONMENT" == "void-packages-ci" ]; then
|
||||||
make_check_args="-- --skip lock_and_source_clean_permission_denied"
|
make_check_args="-- --skip lock_and_source_clean_permission_denied"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for shell in bash zsh; do
|
for shell in bash fish zsh; do
|
||||||
vtargetrun ${DESTDIR}/usr/bin/sheldon completions --shell ${shell} > sheldon.${shell}
|
vtargetrun ${DESTDIR}/usr/bin/sheldon completions --shell ${shell} > sheldon.${shell}
|
||||||
vcompletion sheldon.${shell} ${shell}
|
vcompletion sheldon.${shell} ${shell}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue