Closed Libbum closed 7 years ago
Alacritty has an Aur package too, also uses a Makefile, but that looks like it's building a dmg for macs. Then there's also manual copy pasta command:
If all goes well, this should place a binary at
target/release/alacritty
So it seems there's no right way to do it.
OK. So nothing like what I'm after exists. It's a make your own deployment system it seems. long discussion here
Figure out the best method of writing an installer.
cargo install
just compiles and puts the binary in~/.cargo/bin
.The
parallel
PKGBUILD from the Aur looks useful. But for other systems, I don't know...