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

# source: step
TARBALL=lowdown-$PKGVER.tar.gz
MD5SUM=2d2e13932864e2f8c8e59e6ce2fa4553
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
}


