x11-themes/geany-themes - 1.22.2-r2 (gentoo)

Search

Package Information

Description:
A collection of colour schemes for Geany
Homepage:
https://github.com/codebrainz/geany-themes
License:
GPL-3 LGPL-2.1 BSD-2 MIT

Ebuild Details

Version EAPI Keywords Slot
1.22.2-r2 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A collection of colour schemes for Geany"
HOMEPAGE="https://github.com/codebrainz/geany-themes"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND=">=dev-util/geany-${PV:0:4}"

src_install() {
	default

	insinto /usr/share/geany
	doins -r colorschemes
}

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

RDEPEND

>=dev-util/geany-${PV:0:4}