Search Criteria
Package Details: go-task-git 3.26.0.r14.g5fdaa9aa-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/go-task-git.git (read-only, click to copy) |
---|---|
Package Base: | go-task-git |
Description: | Task runner & Make alternative written in GO that runs taskfiles(Installs as go-task to avoid conflict with taskwarrior) |
Upstream URL: | https://github.com/go-task/task |
Licenses: | MIT |
Provides: | go-task |
Submitter: | C0rn3j |
Maintainer: | C0rn3j |
Last Packager: | C0rn3j |
Votes: | 2 |
Popularity: | 0.000589 |
First Submitted: | 2022-08-22 14:11 (UTC) |
Last Updated: | 2023-06-18 10:40 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (3)
- doctree (requires go-task) (make)
- garu (requires go-task)
- semaphore-git (requires go-task) (make)
Latest Comments
C0rn3j commented on 2022-08-21 18:41 (UTC) (edited on 2022-08-22 14:24 (UTC) by C0rn3j)
I believe I have fixed all of the raised issues and filed a deletion request for
AUR/taskfile-gotask-git
.The executable is now named
task-go
.EDIT: After further conversation, I have renamed the binary to
go-task
instead and requested this package to be merged into go-file-git, to be consistent with the other two already existing packages.kulak commented on 2022-06-27 14:44 (UTC) (edited on 2022-06-27 14:48 (UTC) by kulak)
"unable to connect to github.com" is not a package problem.
I know it is not consistent to go with manual build, but Taskfile is GO based and GO is super easy to get running manually.
I think the reason this package is a bit troubled is because the effort on GO side is minimal:
That's what I ended up doing. Someone could take over the package and get it up to date, but then there is a conflict of the executable name with another package.
So, workaround for me has been to just install the application manually.
gameslayer commented on 2022-06-18 03:44 (UTC)
Fails to build
m0x commented on 2022-06-15 03:57 (UTC)
Crandel's solution to change the
PKGBUILD
works perfectly. If only @kovetskiy could push an update :)Crandel commented on 2022-05-16 07:30 (UTC)
Solved by changing
PKGBUILD
jvr3 commented on 2022-04-12 09:53 (UTC) (edited on 2022-04-12 09:54 (UTC) by jvr3)
This no longer builds:
pztrn commented on 2020-12-01 11:53 (UTC)
Also this package specifies GPL as license but actually MIT is used. See https://github.com/go-task/task/blob/master/LICENSE
greyltc commented on 2020-11-04 10:05 (UTC)
yes @kovetskiy your package can't use the /usr/bin/task file name. That's already taken by the task package
please choose another name for that
tdemin commented on 2020-10-21 20:20 (UTC)
@kovetskiy as of now this package conflicts with
community/task
, resulting in this:Probably a good reason to rename the runner to
taskfile
?