Search Criteria
Package Details: dasel 1.24.3-1
Git Clone URL: | https://aur.archlinux.org/dasel.git (read-only, click to copy) |
---|---|
Package Base: | dasel |
Description: | Query and update data structures from the command line. |
Upstream URL: | https://github.com/TomWright/dasel |
Licenses: | MIT |
Submitter: | Alkindi |
Maintainer: | Alkindi |
Last Packager: | Alkindi |
Votes: | 1 |
Popularity: | 0.000449 |
First Submitted: | 2020-11-07 02:39 (UTC) |
Last Updated: | 2022-04-28 14:49 (UTC) |
Dependencies (2)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Latest Comments
alerque commented on 2022-05-07 13:02 (UTC)
@Alkindi Is there some reason you haven't added the fix mentioned by yan12125 below? It is required when building on default Arch systems using the recommended build methods, and it is used upstream. Hence it it is the right thing to do...
yan12125 commented on 2022-01-12 17:28 (UTC)
Thanks a lot for creating this package! Recently, makepkg enables lto by default and this package no longer builds. Could you add
options=(!lto)
orexport CGO_ENABLED=0
to PKGBUILD? The latter may be preferred, as upstream developer also disables CGO in CI [1][1] https://github.com/TomWright/dasel/pull/94