mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: fontmatrix-0.9.100
This commit is contained in:
parent
7223c831bb
commit
ce6f09a91b
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fontmatrix/template
Normal file
21
srcpkgs/fontmatrix/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'fontmatrix'
|
||||||
|
pkgname=fontmatrix
|
||||||
|
version=0.9.100
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="qt5-host-tools qt5-qmake qt5-tools"
|
||||||
|
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||||
|
qt5-plugin-sqlite qt5-plugin-tds qt5-svg-devel qt5-tools-devel
|
||||||
|
qt5-webkit-devel"
|
||||||
|
short_desc="Font management application"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/fontmatrix/fontmatrix"
|
||||||
|
#changelog=""
|
||||||
|
distfiles="https://github.com/fontmatrix/fontmatrix/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=241021e24b0e2cdbc4bdf516d41ddfd23675a5a098bdaa0f7564d866cd292659
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
makedepends+=" libexecinfo-devel"
|
||||||
|
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue