Last active
April 9, 2017 21:24
-
-
Save mcritchlow/4b7f0bc812173aa709f3da9de10cdab9 to your computer and use it in GitHub Desktop.
Solus Package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name : highlight | |
version : 3.36 | |
release : 1 | |
source : | |
- http://www.andre-simon.de/zip/highlight-3.36.tar.bz2 : 34cd5bcf52714f83364460c0c3551320564c56ff4e117353034e532275792171 | |
license : GPL-3.0 | |
component : programming.tools | |
summary : Convert source code to formatted text with syntax highlighting | |
description: | | |
Highlight converts source code to HTML, XHTML, RTF, LaTex, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable. | |
builddeps : | |
- libboost-devel | |
- pkgconfig(lua-5.1) | |
setup : | | |
sed -i "s|lua|lua-5.1|g" src/makefile # correctly reference lua-5.1.pc available on Solus | |
sed -i "s/^LUA_LIBS=.*$/LUA_LIBS=-llua -ldl/" src/makefile # need to link with libdl beside liblua | |
build : | | |
%make | |
install : | | |
%make_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment