logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

keynav-9999.ebuild (574B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit git-r3
  5. DESCRIPTION="Make pointer-driven interfaces easier and faster for users to operate"
  6. HOMEPAGE="https://github.com/jordansissel/keynav"
  7. SRC_URI=""
  8. EGIT_REPO_URI="https://github.com/jordansissel/keynav.git"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE=""
  13. DEPEND="
  14. dev-libs/cairo:=[X]
  15. dev-libs/glib:=
  16. x11-libs/libXinerama:="
  17. RDEPEND="${DEPEND}
  18. x11-misc/xdotool"
  19. DOCS="README CHANGELIST keynavrc"
  20. src_install() {
  21. dobin keynav
  22. einstalldocs
  23. }