Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehearts/pkgbuild
📦 Packages for my software on Arch Linux
https://github.com/codehearts/pkgbuild
Last synced: 8 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T04:19:05.000Z (over 3 years ago)
- Last Synced: 2023-04-07T01:47:44.152Z (over 1 year 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