https://github.com/arsham/pkgbuild
My setup for applying patches, or compiling packages from the official repository
https://github.com/arsham/pkgbuild
arch-linux-pkgbuild archlinux aur pacman pkgbuild
Last synced: 12 months ago
JSON representation
My setup for applying patches, or compiling packages from the official repository
- Host: GitHub
- URL: https://github.com/arsham/pkgbuild
- Owner: arsham
- Created: 2022-06-18T14:06:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T16:21:35.000Z (over 3 years ago)
- Last Synced: 2025-03-16T15:48:25.477Z (about 1 year ago)
- Topics: arch-linux-pkgbuild, archlinux, aur, pacman, pkgbuild
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My PKGBUILD Setup
This is my setup for applying patches, or compiling packages from the official
repository.
## Add Official Package
```bash
add_aur.sh nload
```
## Add AUR Package
```bash
add_aur.sh neovim-git
```
## After Adding
Update the update scripts like the examples.
## Update
```bash
update.sh
```