GitHub mirror of the AUR packages:
| AUR package | Type | Install |
|---|---|---|
create-awesome-vlang-app |
Source build (vlang) |
yay -S create-awesome-vlang-app |
create-awesome-vlang-app-bin |
Prebuilt linux-x86_64 |
yay -S create-awesome-vlang-app-bin |
Both provide create-vlang-app / create-awesome-vlang-app and conflict with each other.
With yay:
yay -S create-awesome-vlang-app # source build (needs vlang toolchain)
yay -S create-awesome-vlang-app-bin # prebuilt linux-x86_64 binary (faster)With paru:
paru -S create-awesome-vlang-app
paru -S create-awesome-vlang-app-binPick one: the two packages conflict. Prefer -bin unless you want to build from source (requires base-devel, git, and vlang).
Alternatives: the website installer (install.sh) or a GitHub Release binary.
pkgver in each PKGBUILD tracks the create-vlang-app@X.Y.Z GitHub Release tags. This mirror is updated automatically by publish-aur.yml in create-vlang-app (GitHub environment release), so a new CLI release usually lands here within minutes. If yay -Syu shows an older version than the latest GitHub Release, the sync workflow is still running — check its runs.
target not found: refresh your helper (yay -Syu) or install the AUR helper itself first; these packages live in the AUR, not the official repos.conflicting packages: you have both variants installed — remove one (yay -Rns create-awesome-vlang-appor...-bin).- Source build fails (
vlangerrors): install the toolchain (sudo pacman -S --needed base-devel gitplusvlang) or switch to the-binpackage. makepkgchecksum errors: delete the cached sources (~/.cache/yay/<pkg>) and retry; persistent mismatches mean the mirror is mid-sync (see above).- Still stuck: ask on Discord or search the CLI issues.
Automation: publish-aur.yml in create-vlang-app (GitHub environment release).