kodi-screensaver-pingpong-1.1.0.ebuild 623 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit cmake-utils kodi-addon
  5. DESCRIPTION="Ping-pong screensaver for Kodi"
  6. HOMEPAGE="https://github.com/notspiff/screensaver.pingpong"
  7. SRC_URI=""
  8. case ${PV} in
  9. 9999)
  10. SRC_URI=""
  11. EGIT_REPO_URI="git://github.com/notspiff/screensaver.pingpong.git"
  12. inherit git-r3
  13. ;;
  14. *)
  15. KEYWORDS="~amd64 ~x86"
  16. SRC_URI="https://github.com/notspiff/screensaver.pingpong/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  17. S="${WORKDIR}/screensaver.pingpong-${PV}"
  18. ;;
  19. esac
  20. LICENSE="GPL-2"
  21. SLOT="0"
  22. IUSE=""
  23. DEPEND="
  24. media-tv/kodi
  25. "