diff options
author | Loïc Hoguin <[email protected]> | 2015-08-26 16:09:41 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-08-26 16:09:41 +0200 |
commit | d86f65346df71bd5608315fc244ed49cbf7aa431 (patch) | |
tree | 86341916a84428ba5488a831340620b413f84da9 | |
parent | 274e887a3b92d0efcd2e9f5d1762850de03c188c (diff) | |
download | erlang.mk-d86f65346df71bd5608315fc244ed49cbf7aa431.tar.gz erlang.mk-d86f65346df71bd5608315fc244ed49cbf7aa431.tar.bz2 erlang.mk-d86f65346df71bd5608315fc244ed49cbf7aa431.zip |
Add package riak_control to the index
-rw-r--r-- | index/riak_control.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/riak_control.mk b/index/riak_control.mk new file mode 100644 index 0000000..49d11a3 --- /dev/null +++ b/index/riak_control.mk @@ -0,0 +1,7 @@ +PACKAGES += riak_control +pkg_riak_control_name = riak_control +pkg_riak_control_description = Webmachine-based administration interface for Riak. +pkg_riak_control_homepage = https://github.com/basho/riak_control +pkg_riak_control_fetch = git +pkg_riak_control_repo = https://github.com/basho/riak_control +pkg_riak_control_commit = master |