mpy-cross on AUR (Arch User Repository)

Last updated: November 14,2024

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

$ yay -S mpy-cross

* (Optional) Uninstall mpy-cross on Arch using YAY

$ yay -Rns mpy-cross

2. Manually Install "mpy-cross" via AUR

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

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

b. Clone mpy-cross's git locally

$ git clone https://aur.archlinux.org/mpy-cross.git ~/mpy-cross

c. Go to ~/mpy-cross folder and install it

$ cd ~/mpy-cross $ makepkg -si

3. Information about the mpy-cross package on Arch User Repository (AUR)

ID: 1386062
Name: mpy-cross
PackageBaseID: 148227
PackageBase: mpy-cross
Version: 1.22.0-1
Description: MicroPython cross compiler compiles .py scripts into .mpy files
URL: https://github.com/micropython/micropython/tree/master/mpy-cross
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: krzemin
Submitter: XenGi
FirstSubmitted: 1579190831
LastModified: 1705309119
URLPath: /cgit/aur.git/snapshot/mpy-cross.tar.gz