purescript on AUR (Arch User Repository)

Last updated: November 14,2024

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

$ yay -S purescript

* (Optional) Uninstall purescript on Arch using YAY

$ yay -Rns purescript

2. Manually Install "purescript" via AUR

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

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

b. Clone purescript's git locally

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

c. Go to ~/purescript folder and install it

$ cd ~/purescript $ makepkg -si

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

ID: 741549
Name: purescript
PackageBaseID: 148092
PackageBase: purescript
Version: 0.13.8-1
Description: A small strongly, statically typed programming language with expressive types, inspired by Haskell and compiling to JavaScript.
URL: https://hackage.haskell.org/package/purescript
NumVotes: 1
Popularity: 0
OutOfDate: 1614620807
Maintainer:
Submitter: Poscat
FirstSubmitted: 1578800458
LastModified: 1590289029
URLPath: /cgit/aur.git/snapshot/purescript.tar.gz