TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
629 stars 15 forks source link

Add arch linux installation instructions #61

Closed jonian closed 3 years ago

jonian commented 3 years ago

I have created and will maintain an AUR package for Arch Linux. You can find it at https://aur.archlinux.org/packages/frum-bin.

TaKO8Ki commented 3 years ago

@jonian Thank you for your contribution!

Ideally, the package base should be just frum and you should be able to install frum with the following command.

$ yay -S frum

Would it be possible for you to rename package base to just frum?

jonian commented 3 years ago

Packages in AUR must follow the naming below:

I will also add frum and frum-git in AUR and update the PR. All three packages can be available for the user to choose.
I generaly prefer pre-built binaries because they install faster, that is why I created only frum-bin.

TaKO8Ki commented 3 years ago

@jonian Thank you for the information! Where do you find a package base rule? i'm curious about that.

jonian commented 3 years ago

Package base rules are available at https://wiki.archlinux.org/index.php/AUR_submission_guidelines#Rules_of_submission. These rules apply only to AUR packages and not packages in the official repositories.

I will create the other packages later, today.