aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorDaniel Goertzen <[email protected]>2016-06-06 15:14:46 -0500
committerDaniel Goertzen <[email protected]>2016-06-06 15:14:46 -0500
commit4e12e6a3184d48c2032ba9b7561d14399d29331e (patch)
tree74ed5d02111dbb3be312de8328c56a5f48e3d883 /index
parente6868d13bb7ebca1ad78bee53efabb041f80c9b5 (diff)
downloaderlang.mk-4e12e6a3184d48c2032ba9b7561d14399d29331e.tar.gz
erlang.mk-4e12e6a3184d48c2032ba9b7561d14399d29331e.tar.bz2
erlang.mk-4e12e6a3184d48c2032ba9b7561d14399d29331e.zip
Add Rust plugin and helper library to index
Diffstat (limited to 'index')
-rw-r--r--index/find_crate.mk7
-rw-r--r--index/rust.mk7
2 files changed, 14 insertions, 0 deletions
diff --git a/index/find_crate.mk b/index/find_crate.mk
new file mode 100644
index 0000000..0d2a851
--- /dev/null
+++ b/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
diff --git a/index/rust.mk b/index/rust.mk
new file mode 100644
index 0000000..8291cf2
--- /dev/null
+++ b/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