diff options
author | Loïc Hoguin <[email protected]> | 2024-11-14 15:33:19 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-14 15:33:19 +0100 |
commit | e8aa6ab5d17e38e953161cc58228f113123e749c (patch) | |
tree | 078f97ed8020c3c76094c9a0884287e45dba95b3 /index | |
parent | 66e970fdbce823f84fce855bb48c2d1fabfcf0ff (diff) | |
download | erlang.mk-e8aa6ab5d17e38e953161cc58228f113123e749c.tar.gz erlang.mk-e8aa6ab5d17e38e953161cc58228f113123e749c.tar.bz2 erlang.mk-e8aa6ab5d17e38e953161cc58228f113123e749c.zip |
Add hex_core as a proper Erlang.mk package
Diffstat (limited to 'index')
-rw-r--r-- | index/hex_core.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/hex_core.mk b/index/hex_core.mk new file mode 100644 index 0000000..3c5a5d7 --- /dev/null +++ b/index/hex_core.mk @@ -0,0 +1,7 @@ +PACKAGES += hex_core +pkg_hex_core_name = hex_core +pkg_hex_core_description = Reference implementation of Hex specifications +pkg_hex_core_homepage = https://github.com/hexpm/hex_core +pkg_hex_core_fetch = git +pkg_hex_core_repo = https://github.com/hexpm/hex_core +pkg_hex_core_commit = v0.10.1 |