From d65f7e967291a877aab3528446d94b5881553efe Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 28 May 2025 10:30:38 +0300 Subject: [PATCH] yum.repos.d: add handhelddaemon.repo --- etc/yum.repos.d/handhelddaemon.repo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/yum.repos.d/handhelddaemon.repo diff --git a/etc/yum.repos.d/handhelddaemon.repo b/etc/yum.repos.d/handhelddaemon.repo new file mode 100644 index 00000000..247a68a4 --- /dev/null +++ b/etc/yum.repos.d/handhelddaemon.repo @@ -0,0 +1,12 @@ +# sudo rpm-ostree install hhd adjustor hhd-ui +# systemctl enable --now hhd@.service +[copr:copr.fedorainfracloud.org:hhd-dev:hhd] +name=Copr repo for hhd owned by hhd-dev +baseurl=https://download.copr.fedorainfracloud.org/results/hhd-dev/hhd/fedora-$releasever-$basearch/ +type=rpm-md +skip_if_unavailable=True +gpgcheck=1 +gpgkey=https://download.copr.fedorainfracloud.org/results/hhd-dev/hhd/pubkey.gpg +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1