| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.5 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake prefix
DESCRIPTION="Front-End for ClamAV"
HOMEPAGE="https://www.pling.com/p/1127892/"
SRC_URI="https://github.com/wusel1007/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/fix-installdir.patch"
"${FILESDIR}/desktop.patch"
)
DEPEND="app-antivirus/clamav
dev-qt/qtbase"
RDEPEND="${DEPEND}"
BDEPEND=""
app-antivirus/clamav
dev-qt/qtbase
app-antivirus/clamav
dev-qt/qtbase
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | clamav-gui-1.1.5.tar.gz | 1661919 bytes | https://github.com/wusel1007/clamav-gui/archive/v1.1.5.tar.gz |