void-packages/srcpkgs/fish-shell/template
2018-12-30 04:02:42 -02:00

20 lines
713 B
Bash

# Template file for 'fish-shell'
pkgname=fish-shell
version=3.0.0
revision=1
wrksrc="fish-${version}"
build_style=cmake
makedepends="ncurses-devel pcre2-devel gettext-devel"
depends="bc groff"
short_desc="User friendly shell intended mostly for interactive use"
maintainer="maxice8 <thinkabit.ukim@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=ea9dd3614bb0346829ce7319437c6a93e3e1dfde3b7f6a469b543b0d2c68f2cf
register_shell="/usr/bin/fish"
post_install() {
# Starting with fish-3.0.0 this is a skeleton file with only comments
rm -f "${DESTDIR}/usr/etc/fish/config.fish"
}