fish-shell: update to 3.1.0
This commit is contained in:
parent
779b0bd54c
commit
0662a80e2d
1 changed files with 8 additions and 4 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.0.2
|
version=3.1.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="fish-${version}"
|
wrksrc="fish-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="ncurses-devel pcre2-devel gettext-devel"
|
makedepends="ncurses-devel pcre2-devel gettext-devel"
|
||||||
depends="bc groff"
|
depends="groff"
|
||||||
short_desc="User friendly shell intended mostly for interactive use"
|
short_desc="User friendly shell intended mostly for interactive use"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://fishshell.com/"
|
homepage="https://fishshell.com/"
|
||||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.gz"
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.gz"
|
||||||
checksum=14728ccc6b8e053d01526ebbd0822ca4eb0235e6487e832ec1d0d22f1395430e
|
checksum=e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368
|
||||||
register_shell="/bin/fish /usr/bin/fish"
|
register_shell="/bin/fish /usr/bin/fish"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Starting with fish-3.0.0 this is a skeleton file with only comments
|
# Starting with fish-3.0.0 this is a skeleton file with only comments
|
||||||
rm -f "${DESTDIR}/usr/etc/fish/config.fish"
|
rm -f "${DESTDIR}/usr/etc/fish/config.fish"
|
||||||
|
|
Loading…
Add table
Reference in a new issue