mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fish-shell: update to 4.0.0, adopt
This commit is contained in:
parent
4cc9f00f2a
commit
8a42f28992
1 changed files with 10 additions and 7 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.7.1
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="gettext"
|
build_helper="rust"
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
configure_args="-DCMAKE_BUILD_TYPE=Release -DRust_CARGO=${XBPS_WRAPPERDIR}/cargo"
|
||||||
checkdepends="python3-pexpect procps-ng"
|
make_check_target="fish_run_tests"
|
||||||
|
hostmakedepends="gettext pkg-config cargo cargo-auditable"
|
||||||
|
makedepends="pcre2-devel rust-std"
|
||||||
|
checkdepends="git mdocml python3-pexpect procps-ng"
|
||||||
short_desc="User friendly shell intended mostly for interactive use"
|
short_desc="User friendly shell intended mostly for interactive use"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://fishshell.com/"
|
homepage="https://fishshell.com/"
|
||||||
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
||||||
checksum=614c9f5643cd0799df391395fa6bbc3649427bb839722ce3b114d3bbc1a3b250
|
checksum=2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3
|
||||||
register_shell="/bin/fish /usr/bin/fish"
|
register_shell="/bin/fish /usr/bin/fish"
|
||||||
# tests don't work as root
|
# tests don't work as root
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
Loading…
Add table
Reference in a new issue