25 lines
431 B
Plaintext
Executable File
25 lines
431 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "https://sourceforge.net/projects/asciidoc/files/$P/${V_PKG}/$P-${V_PKG}.tar.gz"
|
|
|
|
pbuild::compile_in_sourcetree
|
|
pbuild::add_to_group 'Tools'
|
|
pbuild::install_docfiles \
|
|
BUGS \
|
|
BUGS.txt \
|
|
CHANGELOG \
|
|
CHANGELOG.txt \
|
|
COPYING \
|
|
COPYRIGHT \
|
|
INSTALL \
|
|
INSTALL.txt \
|
|
MANIFEST \
|
|
README \
|
|
README.txt
|
|
|
|
# Local Variables:
|
|
# mode: sh
|
|
# sh-basic-offset: 8
|
|
# tab-width: 8
|
|
# End:
|