diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template index 46cdfbb78cb..93b9a1aa504 100644 --- a/srcpkgs/asciidoc/template +++ b/srcpkgs/asciidoc/template @@ -1,19 +1,23 @@ # Template file for 'asciidoc' pkgname=asciidoc -version=8.6.9 -revision=6 +version=8.6.10 +revision=1 noarch=yes build_style=gnu-configure -hostmakedepends="python" +hostmakedepends="automake 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 " -homepage="http://www.methods.co.nz/asciidoc/" -license="GPL-2" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0 +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