lua-cmark on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S lua-cmark

* (Optional) Uninstall lua-cmark on Arch using YAY

$ yay -Rns lua-cmark

2. Manually Install "lua-cmark" via AUR

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

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

b. Clone lua-cmark's git locally

$ git clone https://aur.archlinux.org/lua-cmark.git ~/lua-cmark

c. Go to ~/lua-cmark folder and install it

$ cd ~/lua-cmark $ makepkg -si

3. Information about the lua-cmark package on Arch User Repository (AUR)

ID: 1117186
Name: lua-cmark
PackageBaseID: 152765
PackageBase: lua-cmark
Version: 0.30.2-1
Description: Lua wrapper for libcmark, CommonMark Markdown parsing and rendering library
URL: https://github.com/jgm/cmark-lua
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: alerque
Submitter: alerque
FirstSubmitted: 1589465229
LastModified: 1658816064
URLPath: /cgit/aur.git/snapshot/lua-cmark.tar.gz