4 Commits

Author SHA1 Message Date
github-actions[bot]
13681b2f27 go-task: Update to version 3.10.0 2022-01-05 00:32:33 +00:00
Richard Kuhnt
4ab670bb35 go-task: Update to version 3.9.2 2021-12-03 18:02:00 +00:00
Jakub Čábera
f65f153e91 govc: Update to version 0.27.1 2021-10-21 08:51:06 -07:00
Marc Fargas
0bac41ed88
go-task: Add version 3.9.0 (#1985)
* Add go-task

Go task is a task runner (like Make or Ant) written in golang.

It's power comes from being fast and lightweight (one 2MB exe file) which even embeds a light shell runner.

Regarding [the criteria for inclussion in the main bucket](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket):

- go-task has 3.2k stars in github,199 forks and 54 contributors. I do not know if that qualifies for "widely used".
- the manifest points to the latest version and includes autoupdate
- it is the full version (open source project)
- install is fairly standard (unzip)
- it is not a GUI tool

A side of those official criteria, I'd add that it is a quite active project. It is my tool of choice for replacing Makefiles on every platform (it's golang, runs everywhere).

If it would be better to submit to the extras bucket just let me know

marc

* Update go-task.json, also change hash method

* Update manifest for 3.7.0

* Update to go-task 3.8.0

Manifest updated to latest version.

* update to version 3.9.0

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 19:57:40 +08:00