mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
asciidoc: update to 9.0.2, use python3
This commit is contained in:
parent
281202bdb8
commit
2e2f3090c7
1 changed files with 8 additions and 11 deletions
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=8.6.10
|
version=9.0.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
wrksrc=${pkgname}-py3-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake docbook-xsl libxslt python"
|
hostmakedepends="automake docbook-xsl libxslt python3"
|
||||||
depends="docbook-xsl libxslt python"
|
depends="docbook-xsl libxslt python3"
|
||||||
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
||||||
short_desc="Text based document generation"
|
short_desc="Text based document generation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://asciidoc.org/"
|
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
|
homepage="https://asciidoc.org/"
|
||||||
checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
|
distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
|
||||||
|
checksum=ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue