aboutsummaryrefslogtreecommitdiffstats
path: root/main/highlight/APKBUILD
blob: fd596efed808a0e48004d8e016d1f03a637cd0cf (plain)
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
26
27
28
29
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
_luaver=5.3
pkgname=highlight
pkgver=3.41
pkgrel=0
pkgdesc="Fast and flexible source code highlighter"
url="http://www.andre-simon.de/doku/highlight/highlight.html"
arch="all"
license="GPLv3"
makedepends="lua${_luaver}-dev boost-dev"
subpackages="$pkgname-doc"
source="http://www.andre-simon.de/zip/highlight-$pkgver.tar.bz2
        lua.patch
       "
builddir="$srcdir"/highlight-$pkgver

build() {
	cd "$builddir"
	make cli LUAPC=lua${_luaver}
}

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

sha512sums="fb2d4436451d76000c379885c4a7e674c2fd61c660655843ca46f8cb1719db4ff28459023b1011b13be4fd9a3eb57c9398b6d213a521169c5c9e7ba0b068de83  highlight-3.41.tar.bz2
3e1a8a4d770c0161f969fadd6fe309260470fa09d44453d6c582be34197bb751ae3422f16ecff46ab268bfe758bac7b3ef3a73d5afcb3c677458a41b323c0a97  lua.patch"