asciidoc: new module added

This commit is contained in:
2018-04-17 17:29:02 +02:00
parent b19161eb05
commit da1c901ab9
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1 @@
asciidoc/8.6.9 unstable Python/2.7.14

31
Tools/asciidoc/build Executable file
View File

@@ -0,0 +1,31 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://sourceforge.net/projects/asciidoc/files/$P/$V/$P-$V.tar.gz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Tools'
pbuild::set_docfiles \
BUGS \
BUGS.txt \
CHANGELOG \
CHANGELOG.txt \
COPYING \
COPYRIGHT \
INSTALL \
INSTALL.txt \
MANIFEST \
README \
README.txt
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

18
Tools/asciidoc/modulefile Normal file
View File

@@ -0,0 +1,18 @@
#%Module1.0
module-whatis "translater for asciidoc formatted documents"
module-url "http://www.methods.co.nz/asciidoc/index.html"
module-license "GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
AsciiDoc is a text document format for writing notes, documentation,
articles, books, ebooks, slideshows, web pages, man pages and blogs.
AsciiDoc files can be translated to many formats including HTML, PDF,
EPUB, man page.
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.
"