nimbus-3.0.ebuild (550B)
- # Copyright 2021 Haelwenn (lanodan) Monnier
- # Distributed under the terms of the GNU General Public License v2
- EAPI=7
- DESCRIPTION="GTK theme based on the appearance of Solaris 11's Nimbus theme"
- HOMEPAGE="https://github.com/B00merang-Project/Solaris-11"
- SRC_URI="https://github.com/B00merang-Project/Solaris-11/archive/${PV}.tar.gz -> ${P}.tar.gz"
- LICENSE="GPL-3 LGPL-2"
- SLOT="0"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}"
- src_install() {
- mkdir -p "${ED}/usr/share/themes" || die
- cp -r "Solaris-11-${PV}" "${ED}/usr/share/themes/Solaris-11" || die
- }