Search Criteria
Package Details: taskfile-git 2.8.1.r7.g7dcb3af-1
Git Clone URL: | https://aur.archlinux.org/taskfile-git.git (read-only, click to copy) |
---|---|
Package Base: | taskfile-git |
Description: | A task runner / simpler Make alternative written in Go |
Upstream URL: | https://github.com/go-task/task |
Licenses: | GPL |
Submitter: | kovetskiy |
Maintainer: | kovetskiy |
Last Packager: | kovetskiy |
Votes: | 1 |
Popularity: | 0.005821 |
First Submitted: | 2020-07-13 08:51 (UTC) |
Last Updated: | 2020-07-13 14:57 (UTC) |
Dependencies (2)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, gccrs-go-git, go-beta, gcc-go-git, gcc-go) (make)
Required by (1)
- arduino-cli-rc (make)
Latest Comments
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
?