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...

21 lines
509 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="OpenPGP keys used for Calculate binary packages"
HOMEPAGE="http://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"
IUSE="test"
S=${WORKDIR}
src_install() {
insinto /usr/share/openpgp-keys
newins "calculate-release.asc.${PV}" calculate-release.asc
}