+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
+ sed -i "s/^LUA_LIBS=.*$/LUA_LIBS=-llua -ldl/" src/makefile #need to link with libdl beside liblua
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..3878019
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>highlight</Name>
+ <Packager>
+ <Name>Matt Critchlow</Name>
+ <Email>matt.critchlow@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Convert source code to formatted text with syntax highlighting</Summary>
+ <Description xml:lang="en">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.
+ <Summary xml:lang="en">Convert source code to formatted text with syntax highlighting</Summary>
+ <Description xml:lang="en">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.