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

# source: james
TARBALL=pandoc-$PKGVER-linux-amd64.tar.gz # this is a binary
MD5SUM=445421e5ad22c459be578101b1cdb991
SRC_URL=https://github.com/jgm/pandoc/releases/download/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="pandoc: pandoc $PKGVER (Document Converter)
pandoc:
pandoc: Pandoc is a universal document converter, which can convert from and
pandoc: to many different formats.
pandoc:
pandoc: Pandoc is written in Haskell, and Fatdog does not have a Haskell
pandoc: compiler, so this package contains a re-packaged official binary.
pandoc:
pandoc: https://pandoc.org/#
pandoc:
pandoc:
"

PKG_NOBUILD=true

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cp -r tmp/pandoc*/* usr &&
	pkg_build_slackdesc . &&
	true
}

### default pkg_package
### default build

# vim:set ft=sh:
