Search Criteria
Package Details: dive-git 0.10.0.r2.gc7d121b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dive-git.git (read-only, click to copy) |
|---|---|
| Package Base: | dive-git |
| Description: | A tool for exploring each layer in a docker image |
| Upstream URL: | https://github.com/wagoodman/dive |
| Licenses: | MIT |
| Conflicts: | dive, dive-bin |
| Provides: | dive, dive-bin |
| Submitter: | m3thodic |
| Maintainer: | m3thodic |
| Last Packager: | m3thodic |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-10-29 10:11 (UTC) |
| Last Updated: | 2022-06-02 09:50 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
agowa commented on 2020-02-23 16:54 (UTC)
This package is also missing the build dependency "git" as otherwise the dependencies cannot be fetched and the build will fail.
agowa commented on 2020-02-23 16:13 (UTC) (edited on 2020-02-23 16:16 (UTC) by agowa)
The current PKGBUILD file leaks the build path into the final assembly, this can be circumvented by applying this patch:
I don't know what side effects this change has, but doing
strings ./pkg/dive-git/usr/bin/dive | grep $PWDdoes no longer reveal any results and it still works.marcelhuber commented on 2019-11-21 08:29 (UTC) (edited on 2019-11-21 08:30 (UTC) by marcelhuber)
Would you mind adding the following two lines to the PKGBUILD as it would simplify my workflow of automatically building/updating/cleaning. Unfortunately it seems that go removes write permissions on package directories which makes it impossible to clean them without modifying permissions.
agowa commented on 2019-07-08 07:24 (UTC)
Currently the build is failing for me with this error:
m3thodic commented on 2018-12-03 13:57 (UTC)
@svalo done, thanks for the heads up!
svalo commented on 2018-12-03 13:34 (UTC)
Hi, thanks for the package. I noticed that the package does not conflict with dive wich provides the same binary and so issues arise when trying to switch from release to developement. May I ask to update the PKGBUILD? I'm asking the maintainer of dive to to the same.