mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libt3highlight-0.5.0
This commit is contained in:
parent
379f0e93e1
commit
1097ac5618
3 changed files with 28 additions and 0 deletions
|
@ -76,6 +76,7 @@ libncurses.so.6 ncurses-libs-6.0_1 ignore
|
||||||
libncursesw.so.6 ncurses-libs-5.8_1 ignore
|
libncursesw.so.6 ncurses-libs-5.8_1 ignore
|
||||||
libtinfo.so.6 ncurses-libtinfo-libs-6.2_2
|
libtinfo.so.6 ncurses-libtinfo-libs-6.2_2
|
||||||
libt3config.so.0 libt3config-1.0.0_1
|
libt3config.so.0 libt3config-1.0.0_1
|
||||||
|
libt3highlight.so.2 libt3highlight-0.5.0_1
|
||||||
libnetcdf.so.15 netcdf-4.7.0_1
|
libnetcdf.so.15 netcdf-4.7.0_1
|
||||||
libformw.so.6 ncurses-libs-5.8_1 ignore
|
libformw.so.6 ncurses-libs-5.8_1 ignore
|
||||||
libfplll.so.7 fplll-5.4.1_1
|
libfplll.so.7 fplll-5.4.1_1
|
||||||
|
|
1
srcpkgs/libt3highlight-devel
Symbolic link
1
srcpkgs/libt3highlight-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libt3highlight
|
26
srcpkgs/libt3highlight/template
Normal file
26
srcpkgs/libt3highlight/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'libt3highlight'
|
||||||
|
pkgname=libt3highlight
|
||||||
|
version=0.5.0
|
||||||
|
revision=1
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
|
hostmakedepends="pkg-config gettext"
|
||||||
|
makedepends="libtool gettext-devel pcre2-devel libt3config-devel"
|
||||||
|
short_desc="Tilde Terminal Toolkit's library for syntax highlighting"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://os.ghalkes.nl/t3/libt3highlight.html"
|
||||||
|
distfiles="https://os.ghalkes.nl/dist/libt3highlight-${version}.tar.bz2"
|
||||||
|
checksum=8216190785e52a116f9f78ec6513815745904c2aaf70d0a0a09438e08640dfbb
|
||||||
|
|
||||||
|
export LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool
|
||||||
|
|
||||||
|
libt3highlight-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue