diff options
Diffstat (limited to 'index/hex_core.mk')
-rw-r--r-- | index/hex_core.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/index/hex_core.mk b/index/hex_core.mk new file mode 100644 index 0000000..741c7dc --- /dev/null +++ b/index/hex_core.mk @@ -0,0 +1,8 @@ +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 +HEX_CORE_GIT ?= https://github.com/hexpm/hex_core +pkg_hex_core_repo = $(HEX_CORE_GIT) +pkg_hex_core_commit = e57b4fb15cde710b3ae09b1d18f148f6999a63cc |