mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
lsd: update to 0.23.1
This commit is contained in:
parent
4c2f5093ce
commit
f57f51dc22
1 changed files with 14 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lsd'
|
# Template file for 'lsd'
|
||||||
pkgname=lsd
|
pkgname=lsd
|
||||||
version=0.23.0
|
version=0.23.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
|
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
|
||||||
|
@ -9,9 +9,21 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/Peltoche/lsd"
|
homepage="https://github.com/Peltoche/lsd"
|
||||||
changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
|
distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz"
|
||||||
checksum=0ce6582745b5364fdb4052954d24f6a211af616061d1454583e68f3366f6496e
|
checksum=9698919689178cc095f39dcb6a8a41ce32d5a1283e6fe62755e9a861232c307d
|
||||||
conflicts="disputils"
|
conflicts="disputils"
|
||||||
|
|
||||||
|
# The 'cannot_access_subdir_exit_status' fails on CI
|
||||||
|
# because the runner seems to allow setting the b dir in a/b/c to readonly (0400)
|
||||||
|
# and then navigating this structure recursively (like in `tree`)
|
||||||
|
#
|
||||||
|
# The other test needs to be skipped because it incorrectly intercepts the skip arguments
|
||||||
|
# and fails the whole test (see https://github.com/Peltoche/lsd/pull/744)
|
||||||
|
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
|
||||||
|
make_check_args="--
|
||||||
|
--skip test_cannot_access_subdir_exit_status
|
||||||
|
--skip test_symlink_arrow_from_args_none"
|
||||||
|
fi
|
||||||
|
|
||||||
export SHELL_COMPLETIONS_DIR="${wrksrc}"
|
export SHELL_COMPLETIONS_DIR="${wrksrc}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue