prevent accidents with the general build environment. More changes in the build system and other section build files to follow. -> Fixed library path in base/libical build file to prevent creation of lib64 directory -> Fixed code that searches for an SMBuild file inside a package installer when installing from a package using base/pkgtools's installpkg script -> Added a missing brace in base/findutils build file -> Upgraded base/ntfs-3g to 2021.8.22 -> Temporarily removed rm -f command used to discard man pages in base/openssl build file -> Added if/else check in base/rust build file to only extract rust toolchain in the absence of rust installation on the system -> Upgraded base/syssstat to 12.5.5
27 lines
656 B
Text
Executable file
27 lines
656 B
Text
Executable file
app=highlight
|
|
version=4.0
|
|
build=1sml
|
|
homepage='http://www.andre-simon.de/doku/highlight/en/highlight.php'
|
|
download='http://www.andre-simon.de/zip/highlight-4.0.tar.bz2'
|
|
desc="a universal syntax highlighter"
|
|
requires="gcc-libs musl lua53 readline netbsd-curses"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
make
|
|
make install PREFIX="/" DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f790e86daa0f4ab1f812f55eb374ddfdb6533870851a6b59869784d5a1a1698e22cc25b6373297f57712c5aa8f06b3614d9ef840251750cacb21070fdc038d65 highlight-4.0.tar.bz2
|
|
"
|