Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasgassmann/aur

AUR packages maintained by me
https://github.com/thomasgassmann/aur

archlinux aur

Last synced: about 1 month ago
JSON representation

AUR packages maintained by me

Awesome Lists containing this project

README

        

# Personal AUR packages

AUR packages maintained by me.

## Build

To build them locally, go to the respective directory and run `makepkg`.

## Install

After building the package, install it using `pacman -U .pkg.tar.zst`.

## Publish

First, regenerate source info:

```bash
makepkg --printsrcinfo > .SRCINFO
```

Then push as [explained here](https://wiki.archlinux.org/title/AUR_submission_guidelines#Publishing_new_package_content).