bake on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S bake

* (Optional) Uninstall bake on Arch using YAY

$ yay -Rns bake

2. Manually Install "bake" via AUR

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

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

b. Clone bake's git locally

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

c. Go to ~/bake folder and install it

$ cd ~/bake $ makepkg -si

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

ID: 217322
Name: bake
PackageBaseID: 80960
PackageBase: bake
Version: 0.1.49-1
Description: An easy to use build system. Designed to be make/autotools for the 21st century.
URL: https://launchpad.net/bake
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: spider-mario
Submitter: sheosi
FirstSubmitted: 1397578131
LastModified: 1438552764
URLPath: /cgit/aur.git/snapshot/bake.tar.gz