24 lines
843 B
Bash
24 lines
843 B
Bash
# Template file for 'fish-shell'
|
|
pkgname=fish-shell
|
|
version=3.7.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="gettext"
|
|
makedepends="ncurses-devel pcre2-devel"
|
|
checkdepends="python3-pexpect procps-ng"
|
|
short_desc="User friendly shell intended mostly for interactive use"
|
|
maintainer="anelki <akierig@fastmail.de>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://fishshell.com/"
|
|
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
|
checksum=614c9f5643cd0799df391395fa6bbc3649427bb839722ce3b114d3bbc1a3b250
|
|
register_shell="/bin/fish /usr/bin/fish"
|
|
# tests don't work as root
|
|
make_check=ci-skip
|
|
|
|
post_install() {
|
|
# Starting with fish-3.0.0 this is a skeleton file with only comments
|
|
rm "${DESTDIR}/etc/fish/config.fish"
|
|
}
|