diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2019-11-09 08:21:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 08:21:26 +0700 |
commit | 52d564781ebe554de0582ceee36215bfabef8ed3 (patch) | |
tree | 8aa27f669933b3dcd6de1f8163d9a5d27bf8fdd5 /network/webhook/slack-desc | |
parent | 5cf7b0b2eec64ea9f3c353ee6e0f356fc9634696 (diff) | |
download | slackbuilds-52d564781ebe554de0582ceee36215bfabef8ed3.tar.gz |
network/webhook: Added (WebHook tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webhook/slack-desc')
-rw-r--r-- | network/webhook/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/webhook/slack-desc b/network/webhook/slack-desc new file mode 100644 index 0000000000..2a1ad2be85 --- /dev/null +++ b/network/webhook/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +webhook: webhook (Webhook tool) +webhook: +webhook: Webhook is a lightweight configurable tool written in Go, that allows +webhook: you to easily create HTTP endpoints (hooks) on your server, which you +webhook: can use to execute configured commands. You can also pass data from +webhook: the HTTP request (such as headers, payload or query variables) to +webhook: your commands. webhook also allows you to specify rules which have to +webhook: be satisfied in order for the hook to be triggered. +webhook: service providing container. +webhook: +webhook: Homepage: https://github.com/adnanh/webhook/ |