ganeti-os-noop-0.2.ebuild 539 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Dummy OS provider for Ganeti"
  5. HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
  6. SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND=""
  13. src_install() {
  14. dodoc CONTRIBUTORS
  15. cd ganeti/os/noop
  16. insinto /usr/share/ganeti/os/noop/
  17. doins ganeti_api_version
  18. exeinto /usr/share/ganeti/os/noop/
  19. doexe create export import rename
  20. }