### this file is sourced not run
#build needs doxygen-1.8.7

pkgname=fish
PKGVER=2.7.1
PKGBUILD=1
PKGARCH=x86_64
TARBALL=$pkgname-$PKGVER.tar.gz
MD5SUM=cbce963a34db8e7a0227f937413db079
SRC_URL=https://github.com/fish-shell/fish-shell/releases/download/$PKGVER/$TARBALL
BUNDLE=

SLACKDESC="$pkgname: $pkgname $PKGVER user-friendly shell (shell)  
$pkgname: Fish generally works like other shells, like bash or zsh. A few important
$pkgname: differences can be found at https://fishshell.com/docs/current/tutorial.html
$pkgname: by searching for the magic phrase 'unlike other shells'.
$pkgname: Detailed user documentation is available by running help within fish, and
$pkgname: also at https://fishshell.com/docs/current/index.html
$pkgname: 
$pkgname: 
$pkgname: https://github.com/fish-shell/fish-shell
$pkgname: http://fishshell.com
$pkgname: 
"
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ19
SLACKREQ='inetutils libncurses'
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ44
SLACKSUG='python'
# http://software.jaos.org/git/slapt-get/plain/FAQ.html#slgFAQ31
SLACKCON=

### default pkg_download
### default pkgـprepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/$pkgname-*
	rm -f /usr/share/locale # if symlink
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

# vim:ft=sh:

