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

# source: step
TARBALL=lowdown-$PKGVER.tar.gz
MD5SUM=a32126cb60d96c886c7cca5ad70ba214
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 and roff documents in
lowdown: the ms and man formats. It can also be used to show the difference
lowdown: between two Markdown documents with lowdown-diff.
lowdown: 
lowdown: License: ISC
lowdown: 
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
}


