msl on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "msl" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install msl on Arch using YAY

$ yay -S msl

* (Optional) Uninstall msl on Arch using YAY

$ yay -Rns msl

2. Manually Install "msl" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone msl's git locally

$ git clone https://aur.archlinux.org/msl.git ~/msl

c. Go to ~/msl folder and install it

$ cd ~/msl $ makepkg -si

3. Information about the msl package on Arch User Repository (AUR)

ID: 1424677
Name: msl
PackageBaseID: 134534
PackageBase: msl
Version: 1.7.5-1
Description: Shader language based off GLSL that allows compiling multiple shaders into modules.
URL: https://github.com/akb825/ModularShaderLanguage
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: akb825
Submitter: akb825
FirstSubmitted: 1532675371
LastModified: 1710124471
URLPath: /cgit/aur.git/snapshot/msl.tar.gz