From 39160fbf248ae6576e87847d9c33659190a476e6 Mon Sep 17 00:00:00 2001 From: Tyler Hughes Date: Fri, 12 May 2023 21:58:37 +0100 Subject: Native Elixir support This commit also includes a way to completely disable Eunit as that is generally desirable for Elixir-only projects. --- index/elixir.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index/elixir.mk (limited to 'index') diff --git a/index/elixir.mk b/index/elixir.mk new file mode 100644 index 0000000..86f89e7 --- /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 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 = main -- cgit v1.2.3