blob: a2c324d6daf2f5a8ddbd58d2d93bfec7e6e6d43f (
plain) (
blame)
1
2
3
4
5
6
7
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 = v0.10.1
|