summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO58
1 files changed, 58 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..034a475cf013
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,58 @@
+pkgbase = rust-git
+ pkgdesc = A safe, concurrent, practical language from Mozilla.
+ pkgver = 1.0.0.beta.2833.gb850046
+ pkgrel = 1
+ epoch = 3
+ url = http://www.rust-lang.org/
+ arch = i686
+ arch = x86_64
+ license = MIT
+ license = Apache
+ makedepends = git
+ makedepends = gcc
+ makedepends = curl
+ makedepends = libffi
+ makedepends = python2
+ optdepends = haskell-pandoc: to build the documentation
+ optdepends = emacs: to build the emacs mode
+ source = git+https://github.com/rust-lang/rust.git
+ source = git+https://github.com/rust-lang/compiler-rt.git
+ source = git+https://github.com/rust-lang/jemalloc.git
+ source = git+https://github.com/rust-lang/llvm.git
+ source = git+https://github.com/rust-lang/hoedown.git
+ source = git+https://github.com/rust-lang/rust-installer.git
+ source = git+https://github.com/rust-lang/rust.vim.git
+ source = git+https://github.com/rust-lang/rust-mode.git
+ source = git+https://github.com/rust-lang/gedit-config.git
+ source = git+https://github.com/rust-lang/nano-config.git
+ source = git+https://github.com/rust-lang/zsh-config.git
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+
+pkgname = rust-git
+ install = rust.install
+ depends = shared-mime-info
+ optdepends = rust-doc-git: language and API documentation
+ provides = rust
+ conflicts = rust
+ options = staticlibs
+
+pkgname = rust-doc-git
+ pkgdesc = A safe, concurrent, practical language from Mozilla. (Language and API documentation)
+ arch = any
+ optdepends = rust-git: to compile and run the programs you can write using this documentation
+ provides = rust-doc
+ conflicts = rust-doc
+ options =
+ options = !strip
+ options = !emptydirs
+