#Packager: Dimitris Tzemos pkgname=txt2tags pkgver=3.9 pkgrel=1dj arch=noarch source=("https://files.pythonhosted.org/packages/27/17/c9cdebfc86e824e25592a20a8871225dad61b6b6c0101f4a2cb3434890dd/$pkgname-$pkgver.tar.gz") docs=("COPYING" "*.md" "extras" "samples" "test" "docs/*") url='http://www.txt2tags.org' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "txt2tags (document generator)" "" "txt2tags is a document generator." "It reads a text file with minimal markup as **bold** and //italic//" "and converts it to the following formats: HTML, XHTML, SGML, DocBook," "Latex, Lout, Man page, Creole, Wikipedia/MediaWiki, Google Code wiki," "Pmwiki, DokuWiki, MoinMoin, MagicPoint, PageMaker, AsciiDoc, ASCII Art" "and plantext." "" "homepage: https://txt2tags.org" ) build() { cd $startdir/src/$pkgname-$pkgver python3 setup.py install --root=$startdir/pkg }