diff options
author | Tyler Hughes <[email protected]> | 2023-05-12 21:58:37 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-03-17 15:23:40 +0100 |
commit | 39160fbf248ae6576e87847d9c33659190a476e6 (patch) | |
tree | d90d838214fe9d6013b540ede37687dc48260c47 /index | |
parent | 3f7955bad270767f87272f1066ecb0a7ae0c7914 (diff) | |
download | erlang.mk-39160fbf248ae6576e87847d9c33659190a476e6.tar.gz erlang.mk-39160fbf248ae6576e87847d9c33659190a476e6.tar.bz2 erlang.mk-39160fbf248ae6576e87847d9c33659190a476e6.zip |
Native Elixir support
This commit also includes a way to completely disable Eunit
as that is generally desirable for Elixir-only projects.
Diffstat (limited to 'index')
-rw-r--r-- | index/elixir.mk | 7 |
1 files changed, 7 insertions, 0 deletions
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 |