Getting started
wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe
Changelog
NEW:
- Added utilities
- These utilities currently allow users to create a new package, validate a package, add a package to a repository, update a repository's pkglist (restock) and clear the configuration
FEATURE/IMPROVEMENT:
- Bump pkgrel every time the package is built (f4a8761)
- Add better success prompts (4bde466)
- Add shoppe to installed packages every time the installed package list is empty (c4d324e)
FIX:
- Prevent fetch from looking for local files during upgrades (33cdeea)
- Fix checksums being saved to the shoppepkg without quotes around them (ae58e92)
- Make packagemake remove the old checksum from the shoppepkg file (f4a8761)