Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T16:21:35.000Z (over 2 years ago)
- Last Synced: 2024-10-27T20:36:43.147Z (3 months 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
```