You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/app-crypt/openpgp-keys-calculate-release/openpgp-keys-calculate-rele...

20 lines
498 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used for Calculate binary packages"
HOMEPAGE="https://www.calculate-linux.org/"
SRC_URI="https://mirror.calculate-linux.org/source/openpgp-keys/calculate-release.asc.${PV}.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
S="${WORKDIR}"
src_install() {
insinto /usr/share/openpgp-keys
newins "calculate-release.asc.${PV}" calculate-release.asc
}