diff options
-rw-r--r-- | index/octopus.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/octopus.mk b/index/octopus.mk new file mode 100644 index 0000000..cb644ec --- /dev/null +++ b/index/octopus.mk @@ -0,0 +1,7 @@ +PACKAGES += octopus +pkg_octopus_name = octopus +pkg_octopus_description = Small and flexible pool manager written in Erlang +pkg_octopus_homepage = https://github.com/erlangbureau/octopus +pkg_octopus_fetch = git +pkg_octopus_repo = https://github.com/erlangbureau/octopus +pkg_octopus_commit = 1.0.0 |