summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-01-21 16:11:29 -0500
committerSam James <sam@gentoo.org>2024-01-22 05:54:51 +0000
commit15163ef9d4d73296e53393e81f737ff1194f1e22 (patch)
treeefe26e82aa4a81a681795ca782abfe614cfc19e6 /sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
parentnet-p2p/qbittorrent: add myself as a maintainer (diff)
downloadgentoo-15163ef9d4d73296e53393e81f737ff1194f1e22.tar.gz
gentoo-15163ef9d4d73296e53393e81f737ff1194f1e22.tar.bz2
gentoo-15163ef9d4d73296e53393e81f737ff1194f1e22.zip
sec-keys/openpgp-keys-qbittorrent: new package, add 20161227
Used by net-p2p/qbittorrent; signing key has been nicely stable for 8 years now. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild')
-rw-r--r--sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
new file mode 100644
index 000000000000..b22b972d4cc6
--- /dev/null
+++ b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by qBittorrent"
+HOMEPAGE="https://www.qbittorrent.org/download"
+SRC_URI="https://github.com/qbittorrent/qBittorrent/raw/master/5B7CC9A2.asc -> qBittorrent-${PV}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+src_install() {
+ insinto /usr/share/openpgp-keys
+ newins "${DISTDIR}"/qBittorrent-${PV}.asc qBittorrent.asc
+}