geany-themes-1.22.2.ebuild 497 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="A collection of colour schemes for Geany"
  5. HOMEPAGE="https://github.com/codebrainz/geany-themes"
  6. SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
  7. LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. IUSE=""
  11. RDEPEND=">=dev-util/geany-${PV:0:4}"
  12. src_install() {
  13. insinto /usr/share/geany
  14. doins -r colorschemes
  15. dodoc AUTHORS ChangeLog README.md
  16. }