jsnjack / grm

An experimental package manager for GitHub Releases
16 stars 2 forks source link

Changing the binary name of an installed package #2

Closed Lilja closed 1 year ago

Lilja commented 1 year ago

I just tried to install asciinema/agg. The binary is literally called agg-x86_64-unknown-linux-musl in the ~zipped file~ release. Which I didn't realize until I re-installed the package. I tried to run it $ agg, and got command not found.

It would be very neat if grm could rename the binary part of the release after ~unzipping~ downloading it, for example grm install asciinema/agg --binary-name agg or similar.