aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-30 14:05:03 +0100
committerLoïc Hoguin <[email protected]>2018-11-30 14:05:03 +0100
commitf53fd8b42729937213a813622f6d4b54ebc09f4e (patch)
tree0dd48699edf4e2d3144061d6e087f5e08de48844 /index
parentbfd3035ee9a0603ca202ef1d702c241d00b3adf3 (diff)
downloaderlang.mk-f53fd8b42729937213a813622f6d4b54ebc09f4e.tar.gz
erlang.mk-f53fd8b42729937213a813622f6d4b54ebc09f4e.tar.bz2
erlang.mk-f53fd8b42729937213a813622f6d4b54ebc09f4e.zip
Support Elixir as a dependency via ELIXIR_PATCH=1
For example: DEPS = elixir ELIXIR_PATCH = 1 include erlang.mk A language test suite will soon be added with a test for this.
Diffstat (limited to 'index')
-rw-r--r--index/elixir.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/index/elixir.mk b/index/elixir.mk
new file mode 100644
index 0000000..d1d4f05
--- /dev/null
+++ b/index/elixir.mk
@@ -0,0 +1,7 @@
+PACKAGES += elixir
+pkg_elixir_name = elixir
+pkg_elixir_description = Elixir is a dynamic, functional language designed for building scalable and maintainable applications
+pkg_elixir_homepage = https://elixir-lang.org/
+pkg_elixir_fetch = git
+pkg_elixir_repo = https://github.com/elixir-lang/elixir
+pkg_elixir_commit = master