# Depends on: ncurses doxygen inetutils description="a modern interactive commandline shell." url="http://www.fishshell.com/" packager="remy " contributors="greg, fanch" run=(doxygen) name=fish version=2.7.1 release=1 PKGMK_KEEP_SOURCES="no" source=(https://github.com/fish-shell/fish-shell/archive/$version.tar.gz) prepare() { cd fish-shell-$version echo $version > version autoreconf -fiv } build() { cd fish-shell-$version ./configure --prefix=/usr \ --sysconfdir=/etc make } package() { cd fish-shell-$version make DESTDIR=$PKG install }