YS-L / csvlens

Command line csv viewer
MIT License
2.49k stars 40 forks source link

Homebrew package #43

Closed kishaningithub closed 8 months ago

kishaningithub commented 8 months ago

Can this be made available as a homebrew package?

YS-L commented 8 months ago

Hi @kishaningithub, definitely. Will look into this.

madhur commented 8 months ago

Need AUR package as well for Arch Linux

madhur commented 8 months ago

I have published AUR package https://aur.archlinux.org/packages/csvlens

Pls check it out @YS-L

kishaningithub commented 8 months ago

I don't know much about AUR packages but one question I have is why so many dependencies(Screenshot below)? Given rust can produce a statically linked binary can AUR not pull the platform specific binary from GitHub releases and publish it, that way dependencies would be zero.

Screenshot_2024-01-06-07-56-29-15_3aea4af51f236e4932235fdada7d1643.jpg

hyiltiz commented 8 months ago

AUR packages are not maintained by Archlinux [1], and is typically provided as source packages to be built locally, with the expectation that users should do the due diligence themselves to validate the safety of the packages they install. If a package is submitted into Archlinux (or Debian) as a binary package, it should be possible to ship the release binary itself, separating the build dependencies from runtime dependencies.

https://wiki.archlinux.org/title/Arch_User_Repository

YS-L commented 8 months ago

csvlens is now available on homebrew: https://formulae.brew.sh/formula/csvlens

YS-L commented 8 months ago

Thanks @madhur for the AUR package!