forked from ports/contrib
asciidoc: adopted
This commit is contained in:
parent
f5c13c1ebd
commit
52a5eec256
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF3xXvsfp3/beOin90JFZycif0GreHLAZeE58y1VXqmlrL5HlqOSv/AhSGobnK53XmF/abST87X2/MzUBXXYGcmwQ=
|
RWSagIOpLGJF30U0wGvkS89yuayDj/JCD8GMinFqpbX5jwU8lFboxMmzjoAqRL+euB2MDQEDorZUYPT/Ig+VuBVhUyzFwdYGfgg=
|
||||||
SHA256 (Pkgfile) = 82c2af991e0bb899ba12a43b3202aac692743c8ee7042c8d42e55b7a059bbbd4
|
SHA256 (Pkgfile) = 7fa9eed616716deac78455df458e911cfdafb54521d0d28323e461b9ae401e9d
|
||||||
SHA256 (.footprint) = a2f77db6d71ccabaa4cbe457311852c31aeaa96ad3c66219564af9122d20ef58
|
SHA256 (.footprint) = a2f77db6d71ccabaa4cbe457311852c31aeaa96ad3c66219564af9122d20ef58
|
||||||
SHA256 (asciidoc-py3-10.2.0.tar.gz) = 684ea53c1f5b71d6d1ac6086bbc96906b1f709ecc7ab536615b0f0c9e1baa3cc
|
SHA256 (asciidoc-py-10.2.0.tar.gz) = 684ea53c1f5b71d6d1ac6086bbc96906b1f709ecc7ab536615b0f0c9e1baa3cc
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
# Description: Text based document generation.
|
# Description: Text based document generation.
|
||||||
# URL: https://asciidoc.org/
|
# 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
|
# Depends on: docbook-xsl python3-build python3-installer
|
||||||
|
|
||||||
name=asciidoc
|
name=asciidoc
|
||||||
version=10.2.0
|
version=10.2.0
|
||||||
release=1
|
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() {
|
build() {
|
||||||
cd $name-py-$version
|
cd $name-py-$version
|
||||||
PYTHON='/usr/bin/python3'
|
PYTHON='/usr/bin/python3'
|
||||||
autoconf
|
autoconf
|
||||||
./configure \
|
./configure --prefix=/usr --sysconfdir=/usr/etc
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/usr/etc
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user