Browse Source

Add Rust plugin and helper library to index

Daniel Goertzen 9 years ago
parent
commit
4e12e6a318
2 changed files with 14 additions and 0 deletions
  1. 7 0
      index/find_crate.mk
  2. 7 0
      index/rust.mk

+ 7 - 0
index/find_crate.mk

@@ -0,0 +1,7 @@
+PACKAGES += find_crate
+pkg_find_crate_name = find_crate
+pkg_find_crate_description = Find Rust libs and exes in Erlang application priv directory
+pkg_find_crate_homepage = https://github.com/goertzenator/find_crate
+pkg_find_crate_fetch = git
+pkg_find_crate_repo = https://github.com/goertzenator/find_crate
+pkg_find_crate_commit = master

+ 7 - 0
index/rust.mk

@@ -0,0 +1,7 @@
+PACKAGES += rust
+pkg_rust_name = rust
+pkg_rust_description = Build Rust crates in an Erlang application
+pkg_rust_homepage = https://github.com/goertzenator/rust.mk
+pkg_rust_fetch = git
+pkg_rust_repo = https://github.com/goertzenator/rust.mk
+pkg_rust_commit = master