diff options
Diffstat (limited to 'index/xhttpc.mk')
-rw-r--r-- | index/xhttpc.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/xhttpc.mk b/index/xhttpc.mk new file mode 100644 index 0000000..b48ae37 --- /dev/null +++ b/index/xhttpc.mk @@ -0,0 +1,7 @@ +PACKAGES += xhttpc +pkg_xhttpc_name = xhttpc +pkg_xhttpc_description = Extensible HTTP Client for Erlang +pkg_xhttpc_homepage = https://github.com/seriyps/xhttpc +pkg_xhttpc_fetch = git +pkg_xhttpc_repo = https://github.com/seriyps/xhttpc +pkg_xhttpc_commit = master |