1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="OpenPGP keys used to sign Stellarium releases"
7 HOMEPAGE="https://stellarium.org/ https://github.com/Stellarium/stellarium"
9 LICENSE="public-domain"
11 KEYWORDS="amd64 ppc ppc64 ~riscv x86"
16 local files=( "${FILESDIR}"/stellarium.asc )
17 insinto /usr/share/openpgp-keys
18 newins - stellarium.asc < <(cat "${files[@]}" || die)