Skip to content

Commit

Permalink
asciidoc: update to 9.0.0, use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
paper42 committed Jul 8, 2020
1 parent a698f73 commit f6076e9
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions srcpkgs/asciidoc/template
@@ -1,23 +1,20 @@
# Template file for 'asciidoc'
pkgname=asciidoc
version=8.6.10
revision=2
version=9.0.1
revision=1
archs=noarch
wrksrc=${pkgname}-py3-${version}
build_style=gnu-configure
hostmakedepends="automake docbook-xsl libxslt python"
depends="docbook-xsl libxslt python"
hostmakedepends="automake docbook-xsl libxslt python3"
depends="docbook-xsl libxslt python3"
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
short_desc="Text based document generation"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://asciidoc.org/"
license="GPL-2.0-or-later"
distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
homepage="https://asciidoc.org/"
distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
checksum=73af9ee590b050e9f46ef85eb7756944dffdc9b3333e3e60c153a6e1f1de0ba5

pre_configure() {
autoreconf -fi
}

post_install() {
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
}

0 comments on commit f6076e9

Please sign in to comment.