ad qtwebsoceksts

This commit is contained in:
Mario Fetka
2026-04-07 08:37:56 +02:00
parent 875a22caf0
commit ba91834731
3 changed files with 392 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
EAPI=8
inherit cmake
DESCRIPTION="Raspberry Pi Imaging Utility"
HOMEPAGE=https://www.raspberrypi.com/software/
SRC_URI="https://github.com/raspberrypi/rpi-imager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=Apache-2.0
SLOT=0
KEYWORDS="amd64 aarch64"
S=$WORKDIR/$P/src
RESTRICT=network-sandbox
DEPEND="
dev-qt/qtbase:6
dev-qt/qtdeclarative:6
dev-qt/qtsvg:6
"