20 lines
663 B
Bash
20 lines
663 B
Bash
# Template file for 'asciidoc'
|
|
pkgname=asciidoc
|
|
version=8.6.9
|
|
revision=6
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="python"
|
|
makedepends="python libxslt docbook-xsl"
|
|
depends="${makedepends}"
|
|
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
|
short_desc="Text based document generation"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.methods.co.nz/asciidoc/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0
|
|
|
|
post_install() {
|
|
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
|
|
}
|