Search Criteria
Package Details: git-delta-bin 0.5.1-1
Git Clone URL: | https://aur.archlinux.org/git-delta-bin.git (read-only, click to copy) |
---|---|
Package Base: | git-delta-bin |
Description: | A viewer for git and diff output |
Upstream URL: | https://github.com/dandavison/delta |
Keywords: | beautify cli diff git pager viewer |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | navarroaxel |
Maintainer: | navarroaxel |
Last Packager: | navarroaxel |
Votes: | 9 |
Popularity: | 2.13 |
First Submitted: | 2020-02-08 04:13 |
Last Updated: | 2021-01-05 17:04 |
Dependencies (0)
Required by (3)
- bat-extras-git (requires git-delta) (optional)
- dotbare (requires git-delta) (optional)
- git-fuzzy-git (requires git-delta) (optional)
Sources (4)
- https://github.com/dandavison/delta/releases/download/0.5.1/git-delta_0.5.1_amd64.deb (x86_64)
- https://github.com/dandavison/delta/releases/download/0.5.1/git-delta_0.5.1_arm64.deb (aarch64)
- https://github.com/dandavison/delta/releases/download/0.5.1/git-delta_0.5.1_armhf.deb (armv7h)
- https://github.com/dandavison/delta/releases/download/0.5.1/git-delta_0.5.1_i386.deb (i686)
Latest Comments
FichteFoll commented on 2020-08-12 15:06
Should have
provides=('git-delta')
.navarroaxel commented on 2020-04-28 12:59
I agreed with the author to use the .deb because he is not sure about the others .tar.gz files https://github.com/dandavison/delta/issues/91#issuecomment-619564778
hvksmr1996 commented on 2020-04-28 09:45
delta-0.1.1-x86_64-unknown-linux-gnu.tar.gz exists in the release page. Why do you do debian package?
murlakatamenka commented on 2020-04-13 20:54
well, this package actually depends on nothing (it doesn't depend on
git
, you can removedepends=('git')
fromPKGBUILD
), so I don't understand what you meanYeah, whatever works then. I meant that this package could be "built" from https://github.com/dandavison/delta/releases/download/0.0.17/delta-0.0.17-i686-unknown-linux-gnu.tar.gz
navarroaxel commented on 2020-04-13 17:18
@murlakatamenka due to the dependencies of this package, I think is the same result. But due to the popularity of Debian based OS I think the devs takes more care in that kind of package.
murlakatamenka commented on 2020-04-13 06:51
There are tarballs for GNU / MUSL versions of
delta
, is unpacking .deb a better approach?Kr1ss commented on 2020-02-08 10:38
Hey, thx for packaging a binary build ! One little thing though... your
$url
points to google :D Cheers !