diff options
Diffstat (limited to 'index/mavg.mk')
-rw-r--r-- | index/mavg.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/mavg.mk b/index/mavg.mk new file mode 100644 index 0000000..ce1869e --- /dev/null +++ b/index/mavg.mk @@ -0,0 +1,7 @@ +PACKAGES += mavg +pkg_mavg_name = mavg +pkg_mavg_description = Erlang :: Exponential moving average library +pkg_mavg_homepage = https://github.com/EchoTeam/mavg +pkg_mavg_fetch = git +pkg_mavg_repo = https://github.com/EchoTeam/mavg +pkg_mavg_commit = master |