kisu pls fix

This commit is contained in:
2026-08-20 10:13:28 +03:00
parent 62b911d58a
commit 78af2f1d7c
2 changed files with 0 additions and 25 deletions
-1
View File
@@ -1,2 +1 @@
DIST monero-source-v0.18.5.0.tar.bz2 15639008 BLAKE2B 1de04747241ee066c596334ce3d81f2ac23b19e97f3a84057b54f80f4201eb2cff9264dad80694930bebbba3ae49044dd24be12e73aba3400ef8e5da500aeb46 SHA512 a453d6a935fad97ceb630b2ece2b6e39b7b48fcb33586b4d9b3c0861dddf67ba42c3ccd65b13886a76e4a91666b40f9a738bd8a9a644c12e211c9bd43672d310
DIST monero-source-v0.18.5.1.tar.bz2 15650430 BLAKE2B 00304ac3af603bdebae6973c735286898a00af4a29d73d2d9662f70ddfc28ad40027e1d68a8d693ced582571cc00bc61862cfd53dc2d6b424abf89d271f4ba14 SHA512 d3c1e9536792baeda58e046e4622cb1c418535b3221db39fe35482f08fb88bd3570c4027bb29cdfbe01964d310fa7350179df1a3c117656eca05591d07ca1ba7
@@ -1,24 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_PKGNAME="monero-${PV}"
SOURCE_NAME="monero-source-v${PV}"
SOURCE_ARCHIVE="${SOURCE_NAME}.tar.bz2"
DESCRIPTION="Monero developer keys"
HOMEPAGE="https://www.getmonero.org"
SRC_URI="
https://downloads.getmonero.org/cli/source/${SOURCE_ARCHIVE}"
S="${WORKDIR}/${SOURCE_NAME}/utils/gpg_keys"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
insinto /usr/share/openpgp-keys/monero
doins "${S}"/*
}