# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="OpenPGP key used for my personal repository" HOMEPAGE="https://cynerd.cz" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 x86" S=${WORKDIR} src_install() { insinto /usr/share/openpgp-keys newins "${FILESDIR}/cynerd.key.pub" cynerd.asc }