summaryrefslogtreecommitdiffstats
path: root/highlight/PKGBUILD
blob: 6b25a0536b91cb349c46b085ba6f7644a5d14424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Jan Fader <jan.fader@web.de>
pkgname=highlight
pkgver=3.3
pkgrel=1
pkgdesc="Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML and terminal escape sequences with coloured syntax highlighting. Language definitions, colour themes and indentation schemes are customizable"
url="http://www.andre-simon.de/doku/highlight/highlight.html"
license=('GPL')
arch=('i686' 'x86_64')
depends=('boost' 'lua')
install=
source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2)
md5sums=('a4142ec930cb529c922d25ddebceed04')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  make
  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et: