We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This section describes the different patterns used for packaging various upstream sources.
Packages declare their distribution targets via marker files:
.local
.aur
Each package should include a check.sh script for post-build verification:
check.sh
#!/bin/bash set -e PKG_FILE="$1" sudo pacman -U --noconfirm "$PKG_FILE" # Verify the package works if command --version; then echo "PASS" else echo "FAIL" exit 1 fi
Navigation
Build Patterns
Infrastructure