Skip to content

Commit

Permalink
add taskctl entry
Browse files Browse the repository at this point in the history
  • Loading branch information
deknos committed Jan 3, 2021
1 parent d270a6e commit 5e36119
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,18 @@ sources:
install:
type: direct

taskctl:
description: simple modern alternative to GNU Make.
list:
type: github-releases
url: https://api.github.com/repos/taskctl/taskctl/releases
fetch:
url: https://github.com/taskctl/taskctl/releases/download/v{{ .Version }}/taskctl_{{ .VERSION }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- taskctl

teler:
description: Real-time HTTP Intrusion Detection
map:
Expand Down

0 comments on commit 5e36119

Please sign in to comment.