eleventy on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S eleventy

* (Optional) Uninstall eleventy on Arch using YAY

$ yay -Rns eleventy

2. Manually Install "eleventy" via AUR

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

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

b. Clone eleventy's git locally

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

c. Go to ~/eleventy folder and install it

$ cd ~/eleventy $ makepkg -si

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

ID: 1235569
Name: eleventy
PackageBaseID: 152973
PackageBase: eleventy
Version: 2.0.1-1
Description: A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML
URL: https://www.11ty.dev
NumVotes: 1
Popularity: 3.0E-6
OutOfDate:
Maintainer: sohlk
Submitter: ragouel
FirstSubmitted: 1589910272
LastModified: 1680415379
URLPath: /cgit/aur.git/snapshot/eleventy.tar.gz