20 lines
660 B
Bash
20 lines
660 B
Bash
# Template file for 'fontmatrix'
|
|
pkgname=fontmatrix
|
|
version=0.6.0.20171228
|
|
revision=1
|
|
_commit=8108e6ea8b5944a92d7f27c40509b8e890ddaff1
|
|
wrksrc="${pkgname}-${_commit}"
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fontconfig-devel MesaLib-devel qt-webkit-devel"
|
|
short_desc="Free font collections manager"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/fontmatrix/fontmatrix"
|
|
distfiles="https://github.com/fontmatrix/fontmatrix/archive/${_commit}.tar.gz"
|
|
checksum=1fa442e5bafb08265e1078d522ca0e8a8b864ab8544fb5ce4fd77ebb2f7bfc1d
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt-devel"
|
|
fi
|