2009-10-28 03:22:05 +00:00
|
|
|
# Template file for 'asciidoc'
|
|
|
|
pkgname=asciidoc
|
2013-11-22 15:28:58 +00:00
|
|
|
version=8.6.9
|
2016-02-07 23:48:06 +00:00
|
|
|
revision=5
|
2014-02-18 12:16:53 +00:00
|
|
|
noarch=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-18 12:16:53 +00:00
|
|
|
hostmakedepends="python"
|
2013-04-12 06:55:23 +00:00
|
|
|
makedepends="python libxslt docbook-xsl"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${makedepends}"
|
2016-02-07 23:51:02 +00:00
|
|
|
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
2009-10-28 03:22:05 +00:00
|
|
|
short_desc="Text based document generation"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-06-30 16:02:55 +00:00
|
|
|
homepage="http://www.methods.co.nz/asciidoc/"
|
|
|
|
license="GPL-2"
|
2016-02-07 23:48:06 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
2013-11-22 15:28:58 +00:00
|
|
|
checksum=78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0
|
2016-02-07 23:48:06 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
|
|
|
|
}
|