void-packages/srcpkgs/fish-shell/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
710 B
Bash

# Template file for 'fish-shell'
pkgname=fish-shell
version=3.0.2
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="Orphaned <orphan@voidlinux.org>"
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=14728ccc6b8e053d01526ebbd0822ca4eb0235e6487e832ec1d0d22f1395430e
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"
}