summaryrefslogtreecommitdiff
path: root/homebrew/rust/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/rust/.beer')
-rw-r--r--homebrew/rust/.beer57
1 files changed, 57 insertions, 0 deletions
diff --git a/homebrew/rust/.beer b/homebrew/rust/.beer
new file mode 100644
index 000000000..713e7e54a
--- /dev/null
+++ b/homebrew/rust/.beer
@@ -0,0 +1,57 @@
+{
+ "name": "Rust",
+ "description": "Safe, concurrent, practical language",
+ "url": "https://static.rust-lang.org/dist/rustc-1.34.0-src.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.rust-lang.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "libssh2",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": false
+ }
+ ],
+ "resource": [
+ {
+ "name": "cargo",
+ "url": "https://github.com/rust-lang/cargo.git"
+ },
+ {
+ "name": "racer",
+ "url": "https://github.com/racer-rust/racer/archive/2.0.14.tar.gz"
+ },
+ {
+ "name": "cargo",
+ "url": "https://github.com/rust-lang/cargo.git"
+ },
+ {
+ "name": "racer",
+ "url": "https://github.com/racer-rust/racer.git"
+ },
+ {
+ "name": "cargobootstrap",
+ "url": "https://static.rust-lang.org/dist/2019-02-28/cargo-0.34.0-x86_64-apple-darwin.tar.gz"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "Dir[\"#{lib}/rustlib/**/*.dylib\"].each do |dylib|",
+ "chmod 0664, dylib",
+ "MachO::Tools.change_dylib_id(dylib, \"@rpath/#{File.basename(dylib)}\")",
+ "chmod 0444, dylib"
+ ],
+ "version": "1.34.0",
+ "file": "rust.rb"
+} \ No newline at end of file