commit: db7c22a592bbab557fa48cd24ad70340d7d75bd7
parent ebca96e8a3c35ba23f81d27107b90bf368ebfedf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 26 Jul 2022 22:59:49 +0200
media-gfx/qfontviewer: Rescue from ::guru
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/media-gfx/qfontviewer/qfontviewer-9999.ebuild b/media-gfx/qfontviewer/qfontviewer-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Font viewer with character table"
+HOMEPAGE="http://qfontviewer.sourceforge.net/"
+EGIT_REPO_URI="https://github.com/alopatindev/qfontviewer"
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ einstalldocs
+ newbin "${P}" "${PN}"
+}