void-packages/srcpkgs/asciidoc/template

21 lines
663 B
Bash
Raw Normal View History

# 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
build_style=gnu-configure
2014-02-18 12:16:53 +00:00
hostmakedepends="python"
makedepends="python libxslt docbook-xsl"
depends="${makedepends}"
2016-02-07 23:51:02 +00:00
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"
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
}