🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: highlight
pkgver: '4.21'
pkgrel: '1'
pkgdesc: 'Fast and flexible source code highlighter (CLI version)'
url: 'https://www.andre-simon.de/doku/highlight/highlight.html'
arch: x86_64
license:
- GPL3
depends: []
makedepends:
- boost
- lua
- qtbase
source:
- 'http://www.andre-simon.de/zip/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
make
make gui
make DESTDIR=${PKGDIR} install
make DESTDIR=${PKGDIR} install-gui
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true