https://github.com/codehearts/pkgbuild
📦 Packages for my software on Arch Linux
https://github.com/codehearts/pkgbuild
Last synced: 6 months ago
JSON representation
📦 Packages for my software on Arch Linux
- Host: GitHub
- URL: https://github.com/codehearts/pkgbuild
- Owner: codehearts
- Created: 2015-06-08T17:56:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T04:19:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T18:52:40.881Z (12 months ago)
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/?SeB=m&K=codehearts
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PKGBUILDs for my Arch Linux packages
## Packages
- [Gcalert](https://aur.archlinux.org/packages/gcalert/)
- [Tendou](https://aur.archlinux.org/packages/lightdm-webkit-theme-tendou/)
- [Wisp](https://aur.archlinux.org/packages/lightdm-webkit-theme-wisp/)
## Building
Before deploying a new release, the `PKGBUILD` and `.SRCINFO` need to be updated.
- Update the `PKGBUILD` with the new package version and checksums
- Run `makepkg --printsrcinfo > .SRCINFO`
- Run `git push` to deploy, as usual