From 52a5eec2568f43b5e15c9adbce50b5388b5b7637 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Fri, 18 Aug 2023 14:42:21 -0400 Subject: [PATCH] asciidoc: adopted --- asciidoc/.signature | 6 +++--- asciidoc/Pkgfile | 18 ++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/asciidoc/.signature b/asciidoc/.signature index 6adf5eedd..51dc97396 100644 --- a/asciidoc/.signature +++ b/asciidoc/.signature @@ -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 diff --git a/asciidoc/Pkgfile b/asciidoc/Pkgfile index c1924380c..9a1e2c744 100644 --- a/asciidoc/Pkgfile +++ b/asciidoc/Pkgfile @@ -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 }