media-gfx/qfontviewer: New Package

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-02-17 03:54:50 +01:00
parent 1d5b22ec60
commit a5f6109fb7

View File

@@ -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}"
}