Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```