geany-themes-1.22.2-r1.ebuild 472 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  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. default
  14. insinto /usr/share/geany
  15. doins -r colorschemes
  16. }