Advertisement
Necrose99

cross-0.1.13-dev.ebuild

May 2nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.80 KB | None | 0 0
  1. # Copyright 2017-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. # Auto-Generated by cargo-ebuild 0.1.4
  5.  
  6. EAPI=6
  7.  
  8. CRATES="
  9. backtrace-0.3.0
  10. backtrace-sys-0.1.5
  11. cfg-if-0.1.0
  12. cross-0.1.13-dev
  13. dbghelp-sys-0.2.0
  14. error-chain-0.7.2
  15. gcc-0.3.45
  16. kernel32-sys-0.2.2
  17. lazy_static-0.2.8
  18. libc-0.2.18
  19. rustc-demangle-0.1.3
  20. rustc-serialize-0.3.22
  21. rustc_version-0.2.1
  22. semver-0.6.0
  23. semver-parser-0.7.0
  24. toml-0.2.1
  25. winapi-0.2.8
  26. winapi-build-0.1.1
  27. "
  28.  
  29. inherit cargo
  30.  
  31. DESCRIPTION="Zero setup cross compilation and cross testing"
  32. HOMEPAGE="https://github.com/japaric/cross"
  33. SRC_URI="$(cargo_crate_uris ${CRATES})"
  34. RESTRICT="mirror"
  35. LICENSE="MIT OR Apache-2.0" # Update to proper Gentoo format
  36. SLOT="0"
  37. KEYWORDS="~amd64 ~arm64 ~arm"
  38. IUSE=""
  39.  
  40. DEPEND=""
  41. RDEPEND=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement