### this file is sourced not run
PKGVER=1.0.6
PKGBUILD=1
PKGARCH=x86_64

TARBALL=bash-fontpreviewer-$PKGVER.tar.bz2
MD5SUM=b72cc710ad39c1fea8a414d763a9f4b0
SRC_URL=https://github.com/sdushantha/fontpreview/archive/refs/tags/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='imagemagick sxiv fzf xdotool'
SLACKDESC="bash-fontpreviewer: bash-fontpreviewer $PKGVER (Font Previewer)
bash-fontpreviewer: 
bash-fontpreviewer: fontpreview is a commandline tool written in bash (hence the name) 
bash-fontpreviewer: that lets you quickly search for fonts that are installed on your 
bash-fontpreviewer: machine and preview them. The fuzzy search feature is provided by fzf 
bash-fontpreviewer: and the preview is generated with imagemagick and then displayed 
bash-fontpreviewer: using sxiv.
bash-fontpreviewer: 
bash-fontpreviewer: https://github.com/sdushantha/fontpreview
bash-fontpreviewer: 
bash-fontpreviewer: 
"

### default pkg_download
### default pkgـprepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/fontpreview* &&
	make install PREFIX=/usr &&
	pkg_build_slackdesc
}

