Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```