cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.75k stars 176 forks source link

Add an X86_64 build for linux #411

Open adam-devel opened 1 month ago

adam-devel commented 1 month ago

While writing a PKGBUILD file to install this program in my arch linux system, which uses glibc (a commonly used standard library), runs on the x86_64 CPU architecture (also very commonly used), I took a glance at the releases page and it seems the only available builds for my architecture (x86_64) are built for the darwin kernel or the linux kernel with the musl standard library.

i will compile the program now, but it would be nice to have a prebuilt binary version for the x86_64 architecture running the linux kernel with the gnu c standard library.

adam-devel commented 1 month ago

mcfly is actually available as a prebuilt binary package in the official repos... didn't notice, checking the aur and writing a PKGBUILD has become almost second nature.

cantino commented 1 month ago

Happy to accept additions to the build actions.