summaryrefslogtreecommitdiff
path: root/user/highlight/APKBUILD
blob: 715affc245045b4e181eeaf58c22d92c35a6b528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: 
pkgname=highlight
pkgver=3.49
pkgrel=0
pkgdesc="Fast and flexible source code highlighter"
url="http://www.andre-simon.de/doku/highlight/highlight.html"
arch="all"
options="!check"  # No test suite.
license="GPL-3.0+"
makedepends="boost-dev lua5.3-dev"
subpackages="$pkgname-doc"
source="http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2"

build() {
	cd "$builddir"
	make cli
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="81223c11b7b518b5b289622afadb0f2660898f74342b96f3e03f8bd3ac88d2f9b816efe0dffcc58323417d8a47b112053c16bd5f83475e6908ab228ee3cf81b0  highlight-3.49.tar.bz2"