https://github.com/thomasgassmann/aur
AUR packages maintained by me
https://github.com/thomasgassmann/aur
archlinux aur
Last synced: 4 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T14:49:21.000Z (about 1 year ago)
- Last Synced: 2025-02-08T15:26:18.155Z (about 1 year ago)
- Topics: archlinux, aur
- Language: Shell
- Homepage:
- Size: 18.6 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).