1
0
forked from ports/contrib
contrib/asciidoc/Pkgfile

20 lines
477 B
Plaintext
Raw Normal View History

2010-12-16 01:51:01 +11:00
# Description: Text based document generation.
2021-02-01 11:01:30 +00:00
# URL: https://asciidoc.org/
2023-08-18 14:42:21 -04:00
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: docbook-xsl python3-build python3-installer
2010-12-16 01:51:01 +11:00
name=asciidoc
2022-10-22 14:36:18 +02:00
version=10.2.0
2010-12-16 01:51:01 +11:00
release=1
2023-08-18 14:42:21 -04:00
source=(https://github.com/$name-py/$name-py/archive/$version/$name-py-$version.tar.gz)
2010-12-16 01:51:01 +11:00
build() {
2023-08-18 14:42:21 -04:00
cd $name-py-$version
PYTHON='/usr/bin/python3'
autoconf
./configure --prefix=/usr --sysconfdir=/usr/etc
2010-12-16 01:51:01 +11:00
2023-08-18 14:42:21 -04:00
make
make DESTDIR=$PKG install
2010-12-16 01:51:01 +11:00
}