diff options
Diffstat (limited to 'index/slack.mk')
-rw-r--r-- | index/slack.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/slack.mk b/index/slack.mk new file mode 100644 index 0000000..f01bd1c --- /dev/null +++ b/index/slack.mk @@ -0,0 +1,7 @@ +PACKAGES += slack +pkg_slack_name = slack +pkg_slack_description = Minimal slack notification OTP library. +pkg_slack_homepage = https://github.com/DonBranson/slack +pkg_slack_fetch = git +pkg_slack_repo = https://github.com/DonBranson/slack.git +pkg_slack_commit = 1.0.0 |