summaryrefslogtreecommitdiff
path: root/user/highlight/APKBUILD
blob: 47ce23cf6dbba33d3c05ed9f65f3fdf37a35a180 (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.43
pkgrel=1
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="77ad159963de64ef3c4732ad70c63ceafe7002c43d8b045e61361f52e56467933790c70e88570e0c866503a621496de2c80934c7f8141721545ff43c807968d1  highlight-3.43.tar.bz2"