mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
media-gfx/qfontviewer: New Package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
20
media-gfx/qfontviewer/qfontviewer-9999.ebuild
Normal file
20
media-gfx/qfontviewer/qfontviewer-9999.ebuild
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user