diff options
Diffstat (limited to 'index/ekaf.mk')
-rw-r--r-- | index/ekaf.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/ekaf.mk b/index/ekaf.mk new file mode 100644 index 0000000..00707ad --- /dev/null +++ b/index/ekaf.mk @@ -0,0 +1,7 @@ +PACKAGES += ekaf +pkg_ekaf_name = ekaf +pkg_ekaf_description = A minimal, high-performance Kafka client in Erlang. +pkg_ekaf_homepage = https://github.com/helpshift/ekaf +pkg_ekaf_fetch = git +pkg_ekaf_repo = https://github.com/helpshift/ekaf +pkg_ekaf_commit = master |