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

# source: step
TARBALL=lowdown-$PKGVER.tar.gz
MD5SUM=5afc59343a1588d7f0bf51af4777ab0f
SRC_URL=https://kristaps.bsd.lv/lowdown/snapshots/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="lowdown: lowdown $PKGVER (text utility)
lowdown:
lowdown: Lowdown is a Markdown translator producing HTML5, roff documents in the ms
lowdown: and man formats, LaTeX, and terminal output. The open source C source code
lowdown: has no dependencies. Lowdown-diff can show the difference between two
lowdown: Markdown documents.
lowdown:
lowdown: License: ISC
lowdown: https://kristaps.bsd.lv/lowdown/
lowdown: https://github.com/kristapsdz/lowdown
lowdown:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/lowdown-*
	# Not a standard GNU autotools configure but https://github.com/kristapsdz/oconfigure
	./configure PREFIX=/usr LIBDIR=/usr/lib64 &&
	make install && pkg_build_slackdesc
}
