Search Criteria
Package Details: dasel 2.8.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dasel.git (read-only, click to copy) |
---|---|
Package Base: | dasel |
Description: | Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single command-line tool |
Upstream URL: | https://github.com/TomWright/dasel |
Keywords: | cli csv json serialization toml xml yaml |
Licenses: | MIT |
Submitter: | Alkindi |
Maintainer: | kseistrup |
Last Packager: | kseistrup |
Votes: | 2 |
Popularity: | 0.000323 |
First Submitted: | 2020-11-07 02:39 (UTC) |
Last Updated: | 2024-06-30 19:36 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
kseistrup commented on 2024-10-09 14:53 (UTC)
@khing0_0 Then it should first be promoted to
community
and a packager should be found. I'm not familiar with the procedure.Meanwhile, it can be installed via Chaotic AUR (if you do now wish to build it yourself, or use the
dasel-bin
package): https://aur.chaotic.cx/khing0_0 commented on 2024-10-09 07:08 (UTC)
Hi, is there any possibility to have this in official repo.
kseistrup commented on 2023-10-20 08:02 (UTC)
All good, thanks for disowning. Take care.
Alkindi commented on 2023-10-19 20:18 (UTC)
Sorry, I don't use Arch Linux anymore. I just disowned the package. Feel free to update yourself. Have a good day.
kseistrup commented on 2023-10-18 18:56 (UTC)
Upstream is at v2.4.1 now — please update.
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