From bec0b51e483566799b64530571e1ff6b633feaeb Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 30 Oct 2022 07:16:02 +0000 Subject: Added klamav ebuilds Signed-off-by: ormorph --- trinity-apps/klamav/Manifest | 1 + trinity-apps/klamav/klamav-14.0.13.ebuild | 33 +++++++++++++++++++++++++++++++ trinity-apps/klamav/klamav-9999.ebuild | 33 +++++++++++++++++++++++++++++++ trinity-apps/klamav/metadata.xml | 8 ++++++++ 4 files changed, 75 insertions(+) create mode 100644 trinity-apps/klamav/Manifest create mode 100644 trinity-apps/klamav/klamav-14.0.13.ebuild create mode 100644 trinity-apps/klamav/klamav-9999.ebuild create mode 100644 trinity-apps/klamav/metadata.xml (limited to 'trinity-apps') diff --git a/trinity-apps/klamav/Manifest b/trinity-apps/klamav/Manifest new file mode 100644 index 00000000..24e87c85 --- /dev/null +++ b/trinity-apps/klamav/Manifest @@ -0,0 +1 @@ +DIST klamav-trinity-14.0.13.tar.xz 645840 BLAKE2B 0d60f2e9a9331127f92d0232a8373b6f9e4cf5779bfccb64f89ec67582750d9b28469a904e0b2c68e39e47ed022a44ba27514ec1bbe8200465040086c9406dd8 SHA512 f876bd998b227914c68274fbd3232081065437e25b695eeebb4e10cbc26995f2b80d84e67c35e96a41f014f60c83541243871b579df947b5e7b6a4b3211ae20a diff --git a/trinity-apps/klamav/klamav-14.0.13.ebuild b/trinity-apps/klamav/klamav-14.0.13.ebuild new file mode 100644 index 00000000..94c1e699 --- /dev/null +++ b/trinity-apps/klamav/klamav-14.0.13.ebuild @@ -0,0 +1,33 @@ +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="el eo it pt ru" +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="KlamAV - A TDE front-end for the ClamAV virus scanner" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +RDEPEND=" + app-antivirus/clamav +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/klamav/klamav-9999.ebuild b/trinity-apps/klamav/klamav-9999.ebuild new file mode 100644 index 00000000..cbaf1004 --- /dev/null +++ b/trinity-apps/klamav/klamav-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="el eo it pt ru" +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="KlamAV - A TDE front-end for the ClamAV virus scanner" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +RDEPEND=" + app-antivirus/clamav +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/klamav/metadata.xml b/trinity-apps/klamav/metadata.xml new file mode 100644 index 00000000..689e1534 --- /dev/null +++ b/trinity-apps/klamav/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + -- cgit v1.2.1