dev-cpp/qt-jdenticon: add 0.3.1

Signed-off-by: tea <gentoo@tastytea.de>
This commit is contained in:
tea
2024-06-13 13:47:13 +02:00
parent 68986433d9
commit 287cf09fb9
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt5 / C++14 Port of Jdenticon"
HOMEPAGE="https://github.com/Nheko-Reborn/qt-jdenticon"
SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="6"
KEYWORDS="~amd64"
RDEPEND="
dev-qt/qtbase:6[gui]
"
DEPEND="${RDEPEND}"