Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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