summaryrefslogtreecommitdiffstats
path: root/highlight/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'highlight/PKGBUILD')
-rw-r--r--highlight/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD
deleted file mode 100644
index 6b25a05..0000000
--- a/highlight/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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: