diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template new file mode 100644 index 00000000000..f253a3a72fc --- /dev/null +++ b/srcpkgs/fish-shell/template @@ -0,0 +1,27 @@ +# Template file for 'fish-shell' +pkgname=fish-shell +version=2.0.0 +revision=1 +short_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +maintainer="Steven R " +license="GPL" +homepage="http://fishshell.com/" +distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" +checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" +long_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +hostmakedepends="autoconf make ncurses-devel" +build_style=gnu-configure +makedepends="doxygen" +wrksrc="fish" + +pre_configure() { + autoconf + autoheader +} + +fish-shell_package() { + register_shell="/usr/bin/fish" + pkg_install() { + vmove all + } +}