diff --git a/templates/asciidoc/template b/templates/asciidoc/template new file mode 100644 index 0000000000..4a8be49869 --- /dev/null +++ b/templates/asciidoc/template @@ -0,0 +1,41 @@ +# Template file for 'asciidoc' +pkgname=asciidoc +version=8.5.0 +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="Text based document generation" +maintainer="Juan RP " +checksum=a21fe32360e629cd9e7b443e0893ca0dd12978212a9e9ae1e6d3055b169c5bc9 +long_desc=" + asciidoc is a text document format for writing short documents, + articles, books and UNIX man pages. asciidoc files can be translated + to HTML and DocBook markups using the asciidoc(1) command. + + AsciiDoc is highly configurable: both the AsciiDoc source file syntax + and the backend output markups (which can be almost any type of SGML/XML + markup) can be customized and extended by the user." + +noarch=yes +conf_files="/etc/asciidoc/lang-es.conf +/etc/asciidoc/lang-hu.conf +/etc/asciidoc/text.conf +/etc/asciidoc/docbook.conf +/etc/asciidoc/filters/graphviz/graphviz-filter.conf +/etc/asciidoc/filters/code/code-filter.conf +/etc/asciidoc/filters/source/source-highlight-filter.conf +/etc/asciidoc/filters/music/music-filter.conf +/etc/asciidoc/xhtml11-quirks.conf +/etc/asciidoc/lang-fr.conf +/etc/asciidoc/lang-en.conf +/etc/asciidoc/lang-ru.conf +/etc/asciidoc/asciidoc.conf +/etc/asciidoc/help.conf +/etc/asciidoc/wordpress.conf +/etc/asciidoc/html4.conf +/etc/asciidoc/lang-de.conf +/etc/asciidoc/latex.conf +/etc/asciidoc/xhtml11.conf" + +Add_dependency full python +Add_dependency full libxslt +Add_dependency full docbook-xsl