#Maintainer: Didier Spaier pkgname=convtags pkgver=0.1 pkgrel=1slint arch=noarch source=(https://github.com/DidierSpaier/convtags/archive/v0.1.tar.gz) docs=("BUGS" "README") options=('noautodotnew' 'nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "convtags (bidirectional converter DokuWiki <=> AsciiDoc)" "convtags is a bidirectional converter between DokuWiki and AsciiDoc" "formatted text files." "Target use cases:" "- Convert a wiki powered by DokuWiki to a static website" "- Convert a static website powered by AsciiDoc to a DokuWiki wiki" "- Ease the translation of a wiki powered by DokuWiki" "" "convtags can convert from DokuWiki to AsciiDocs only the constructs" "found in both syntax. See BUGS in the documentation for details." ) build() { mv $startdir/src/$pkgname-$pkgver/README.md $startdir/src/$pkgname-$pkgver/README mkdir -p $startdir/pkg/usr/bin cp $startdir/src/$pkgname-$pkgver/convtags $startdir/pkg/usr/bin }