AUR packaging for Smog
./main.sh build./main.sh installNote: Always test with
./main.sh installbefore pushing in AUR.
./main.sh clean./main.sh publishExample: new version 0.3.2
1 - Update version in main.sh:
# edit main.sh
PKGVER=0.3.22 - Recalculate checksums:
./main.sh check3 - Rebuild:
./main.sh build4 - Commit and push:
./main.sh publishDone.
PKGBUILD.templateβ AUR build recipesmog.install.templateβ post-install message
- This repository does not contain the source code.
- The PKGBUILD downloads the source directly from GitHub releases.
- Always test with
./main.sh installbefore pushing.
Never edit .SRCINFO manually.
Never update sha256sums by hand.
Always use:
./main.sh checkΒ© OrbitBits - All rights reserved.