fish-shell: update to 3.2.0
From 3.2.0 onward, the distfiles will be in XZ format
This commit is contained in:
parent
23ecb5d844
commit
0696452fd7
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'fish-shell'
|
||||
pkgname=fish-shell
|
||||
version=3.1.2
|
||||
revision=2
|
||||
version=3.2.0
|
||||
revision=1
|
||||
wrksrc="fish-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="gettext"
|
||||
makedepends="ncurses-devel pcre2-devel gettext-devel"
|
||||
depends="groff"
|
||||
checkdepends="python3-pexpect procps-ng"
|
||||
short_desc="User friendly shell intended mostly for interactive use"
|
||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://fishshell.com/"
|
||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.gz"
|
||||
checksum=d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed
|
||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
||||
checksum=4f0293ed9f6a6b77e47d41efabe62f3319e86efc8bf83cc58733044fbc6f9211
|
||||
register_shell="/bin/fish /usr/bin/fish"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
|
@ -21,5 +22,5 @@ fi
|
|||
|
||||
post_install() {
|
||||
# Starting with fish-3.0.0 this is a skeleton file with only comments
|
||||
rm -f "${DESTDIR}/usr/etc/fish/config.fish"
|
||||
rm "${DESTDIR}/usr/etc/fish/config.fish"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue