Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasgassmann/aur
- Owner: thomasgassmann
- License: mit
- Created: 2021-02-08T22:15:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T13:00:35.000Z (11 months ago)
- Last Synced: 2024-11-09T13:46:34.193Z (3 months ago)
- Topics: archlinux, aur
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).