https://aur.archlinux.org/packages/git-delta/
I can help pushing MacPorts packages.
I frankly don鈥檛 have much idea how it looks best. If this project keep going, people would want it to be in different distributions. We already have Homebrew, FreeBSD and AUR (which might eventually go to main Arch Linux distribution), with MacPorts to come (I created a request-to-package). I see that you are also providing .deb file, is it for Debian or Ubuntu?
If we make this package easier to consume, maybe it would reach popularity of exa.
Last, thanks for this nice project!
Yes, I'm on board with making it available as conveniently as possible and making the README informative about that.
mention package in AUR?
In the README, what should the text say for AUR? Should it give a pacman command, or should it just link to https://aur.archlinux.org/packages/git-delta/?
with MacPorts to come (I created a request-to-package).
Great, thanks!
I see that you are also providing .deb file, is it for Debian or Ubuntu?
To be honest I thought .deb worked on both Debian and Ubuntu.
Hi, AUR package maintainer here.
In the README, what should the text say for AUR?
I'd suggest the following :
Archlinux (AUR):
yay (or accordingly other AUR helpers)yay -S git-delta
git is installed first)git clone https://aur.archlinux.org/git-delta.git
cd git-delta
makepkg -csri
_Thanks a lot !_
Thanks, I've added those AUR instructions to the README. I'll leave this open to track the MacPorts thread.
To be honest I thought .deb worked on both Debian and Ubuntu.
@dandavison Yes, as long as you don't fix version of your dependencies (some package in Ubuntu get some special patch so they add something to the version string).
Delta is now in MacPorts. Install steps:
sudo port selfupdate
sudo port install git-delta
Cool, thanks @herbygillot.
Most helpful comment
Thanks, I've added those AUR instructions to the README. I'll leave this open to track the MacPorts thread.