asciidoc: adopted

This commit is contained in:
John McQuah 2023-08-18 14:42:21 -04:00
parent f5c13c1ebd
commit 52a5eec256
2 changed files with 11 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xXvsfp3/beOin90JFZycif0GreHLAZeE58y1VXqmlrL5HlqOSv/AhSGobnK53XmF/abST87X2/MzUBXXYGcmwQ=
SHA256 (Pkgfile) = 82c2af991e0bb899ba12a43b3202aac692743c8ee7042c8d42e55b7a059bbbd4
RWSagIOpLGJF30U0wGvkS89yuayDj/JCD8GMinFqpbX5jwU8lFboxMmzjoAqRL+euB2MDQEDorZUYPT/Ig+VuBVhUyzFwdYGfgg=
SHA256 (Pkgfile) = 7fa9eed616716deac78455df458e911cfdafb54521d0d28323e461b9ae401e9d
SHA256 (.footprint) = a2f77db6d71ccabaa4cbe457311852c31aeaa96ad3c66219564af9122d20ef58
SHA256 (asciidoc-py3-10.2.0.tar.gz) = 684ea53c1f5b71d6d1ac6086bbc96906b1f709ecc7ab536615b0f0c9e1baa3cc
SHA256 (asciidoc-py-10.2.0.tar.gz) = 684ea53c1f5b71d6d1ac6086bbc96906b1f709ecc7ab536615b0f0c9e1baa3cc

View File

@ -1,21 +1,19 @@
# Description: Text based document generation.
# URL: https://asciidoc.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: docbook-xsl python3-build python3-installer
name=asciidoc
version=10.2.0
release=1
source=(https://github.com/asciidoc/$name-py3/archive/$version/$name-py3-$version.tar.gz)
source=(https://github.com/$name-py/$name-py/archive/$version/$name-py-$version.tar.gz)
build() {
cd $name-py-$version
PYTHON='/usr/bin/python3'
autoconf
./configure \
--prefix=/usr \
--sysconfdir=/usr/etc
cd $name-py-$version
PYTHON='/usr/bin/python3'
autoconf
./configure --prefix=/usr --sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}