Skip to content

orbitbits/smog-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

smog

Turn data into unreadable noise.

AUR packaging for Smog


πŸ”§ Maintainer workflow (AUR)

Build package with script main.sh

./main.sh build

Install package local with script main.sh (test)

./main.sh install

Note: Always test with ./main.sh install before pushing in AUR.

Clean all build with script main.sh

./main.sh clean

πŸš€ Initial publish to AUR

./main.sh publish

πŸ” Updating package when a new GitHub tag is released

Example: new version 0.3.2

1 - Update version in main.sh:

# edit main.sh
PKGVER=0.3.2

2 - Recalculate checksums:

./main.sh check

3 - Rebuild:

./main.sh build

4 - Commit and push:

./main.sh publish

Done.


πŸ“‚ Templates in this repository

  • PKGBUILD.template β€” AUR build recipe
  • smog.install.template β€” post-install message

🧠 Notes

  • This repository does not contain the source code.
  • The PKGBUILD downloads the source directly from GitHub releases.
  • Always test with ./main.sh install before pushing.

βœ… Maintainer best practices

Never edit .SRCINFO manually. Never update sha256sums by hand. Always use:

./main.sh check

Official page

https://orbitbits.com/smog/


Β© OrbitBits - All rights reserved.

About

πŸ§‘β€πŸ’»πŸ”§πŸ“¦οΈπŸ§ Stores the Smog PKGBUILD in the AUR (Arch User Repository).

Topics

Resources

Stars

Watchers

Forks

Contributors