clue on AUR (Arch User Repository)

Last updated: July 01,2024

1. Install "clue" 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 clue on Arch using YAY

$ yay -S clue

* (Optional) Uninstall clue on Arch using YAY

$ yay -Rns clue

2. Manually Install "clue" via AUR

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

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

b. Clone clue's git locally

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

c. Go to ~/clue folder and install it

$ cd ~/clue $ makepkg -si

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

ID: 1359360
Name: clue
PackageBaseID: 191160
PackageBase: clue
Version: 3.4.6-1
Description: Clue is a programming language that compiles blazingly fast into Lua code with a syntax similar to languages like C or Rust.
URL: https://github.com/ClueLang/Clue
NumVotes: 1
Popularity: 0.001645
OutOfDate:
Maintainer: Maiori
Submitter: Maiori
FirstSubmitted: 1678131448
LastModified: 1700852716
URLPath: /cgit/aur.git/snapshot/clue.tar.gz