24 lines
702 B
Bash
24 lines
702 B
Bash
# Template file for 'asciidoc'
|
|
pkgname=asciidoc
|
|
version=8.6.10
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake docbook-xsl libxslt python"
|
|
depends="docbook-xsl libxslt python"
|
|
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
|
short_desc="Text based document generation"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://asciidoc.org/"
|
|
license="GPL-2.0-or-later"
|
|
distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
|
|
checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
|
|
}
|