eepykate / fet.sh

🐢 a fetch written in posix shell without any external commands (sponsored by https://git.io/kiwmi)
https://github.com/buffet/kiwmi
ISC License
366 stars 22 forks source link

Add Makefile #9

Closed loannaflip closed 4 years ago

loannaflip commented 4 years ago

For installing and uninstalling the program.

eepykate commented 4 years ago

no

eepykate commented 4 years ago

repeating stuff I said on discord for anyone else who stumbles across this:

It's a Makefile for a program that aims to use only POSIX shell that uses make, grep, sed, chmod, cp, and rm. Yes, they are standard tools, but they're not builtins, which is the goal of this.

sed is also piped into another sed, which is bad practice since -e exists.

It uses /usr/bin for binaries not managed by the system package manager, which /usr/local/bin is for.

If a user wants to use a script like that they most likely know where to copy it, and most likely have a dir in their home for it
it's not meant to be something like neofetch that everybody can use