Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagowfx/pkgbuilds
My AUR packages, managed with aurpublish and urlwatch.
https://github.com/thiagowfx/pkgbuilds
arch-linux archlinux aur pkgbuilds
Last synced: 2 months ago
JSON representation
My AUR packages, managed with aurpublish and urlwatch.
- Host: GitHub
- URL: https://github.com/thiagowfx/pkgbuilds
- Owner: thiagowfx
- License: mit
- Created: 2014-05-13T22:25:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T02:05:51.000Z (over 2 years ago)
- Last Synced: 2023-07-31T21:37:01.648Z (over 1 year ago)
- Topics: arch-linux, archlinux, aur, pkgbuilds
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/?K=thiagowfx&SeB=m
- Size: 96.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PKGBUILDs
This repository is managed with [`aurpublish`][aurpublish] and [`urlwatch`][urlwatch].
[aurpublish]: https://github.com/eli-schwartz/aurpublish
[urlwatch]: https://github.com/thp/urlwatch## Aurpublish Workflow
### Set-up
```
git clone [email protected]:thiagowfx/PKGBUILDs.git
make setup # set-up git hooks
```### Pull existing package
```
aurpublish -p
```### Push package
```
aurpublish
```## Urlwatch workflow
### Add package
```
$EDITOR urlwatch.yaml
```### Check for updates
```
make urlwatch
```