contrib/asciidoc/Pkgfile

22 lines
479 B
Plaintext
Raw Normal View History

2010-12-15 15:51:01 +01:00
# Description: Text based document generation.
2021-02-01 12:01:30 +01:00
# URL: https://asciidoc.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: docbook-xsl python3-build python3-installer
2010-12-15 15:51:01 +01:00
name=asciidoc
2022-10-22 14:36:18 +02:00
version=10.2.0
2010-12-15 15:51:01 +01:00
release=1
source=(https://github.com/asciidoc/$name-py3/archive/$version/$name-py3-$version.tar.gz)
2010-12-15 15:51:01 +01:00
build() {
2021-02-14 07:15:49 +01:00
cd $name-py-$version
PYTHON='/usr/bin/python3'
2018-01-31 12:09:41 +01:00
autoconf
2010-12-15 15:51:01 +01:00
./configure \
--prefix=/usr \
--sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
}