Necrose99

Untitled

Feb 6th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. # Copyright 2017-2019 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. # Auto-Generated by cargo-ebuild 0.1.5
  5.  
  6. EAPI=6
  7.  
  8. CRATES="
  9. bare-metal-0.2.4
  10. bit_field-0.9.0
  11. riscv-0.4.0
  12. rustc_version-0.2.3
  13. semver-0.9.0
  14. semver-parser-0.7.0
  15. "
  16.  
  17. inherit cargo
  18.  
  19. DESCRIPTION="Low level access to RISC-V processors"
  20. HOMEPAGE="https://github.com/rust-embedded/riscv"
  21. SRC_URI="$(cargo_crate_uris ${CRATES})"
  22. RESTRICT="mirror"
  23. LICENSE="ISC" # Update to proper Gentoo format
  24. SLOT="0"
  25. KEYWORDS="~amd64"
  26. IUSE=""
  27.  
  28. DEPEND=""
  29. RDEPEND=""
Add Comment
Please, Sign In to add comment