contrib/highlight/Pkgfile

18 lines
405 B
Plaintext
Raw Normal View History

# Description: Source code to formatted text converter
# URL: http://www.andre-simon.de/doku/highlight/en/highlight.php
# Maintainer: Tim Biermann, tbier at posteo dot de
2020-06-08 21:15:14 +02:00
# Depends on: lua boost
name=highlight
2020-07-14 19:18:20 +02:00
version=3.57.1
release=1
2020-07-14 19:18:20 +02:00
source=(http://www.andre-simon.de/zip/$name-$version.zip)
build() {
2020-06-08 21:15:14 +02:00
cd $name-$version
make
make cli
make DESTDIR=${PKG} install
rm -rf ${PKG}/usr/share/doc
}