### this file is sourced not run
PKGVER=10.2.0
PKGBUILD=1
PKGARCH=noarch

# source: BLFS 11.3
TARBALL=asciidoc-$PKGVER.tar.gz
MD5SUM=ecac3af818f7a65596efc6e243b520a0
SRC_URL=https://files.pythonhosted.org/packages/source/a/asciidoc/$TARBALL
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-asciidoc: python3-asciidoc $PKGVER (Document formatter)  
python3-asciidoc:  
python3-asciidoc: AsciiDoc is a text document format for writing notes, documentation, 
python3-asciidoc: articles, books, ebooks, slideshows, web pages, man pages and blogs. 
python3-asciidoc: AsciiDoc files can be translated to many formats including HTML, 
python3-asciidoc: PDF, EPUB, man page. AsciiDoc is highly configurable: both the 
python3-asciidoc: AsciiDoc source file syntax and the backend output markups (which 
python3-asciidoc: can be almost any type of SGML/XML markup) can be customized and 
python3-asciidoc: extended by the user.  
python3-asciidoc: 
python3-asciidoc: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


