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

https://github.com/asukaminato0721/pkgbuild-cookbook


https://github.com/asukaminato0721/pkgbuild-cookbook

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PKGBUILD cookbook

A simple cookbook to collect some general code snippets for writing PKGBUILD and explain them.

```sh
sudo pacman -S shfmt pacman-contrib namcap mdformat --noconfirm
```

## Content

- [init](./init.md)
- [operations](./operations.md)
- [launch](./launch.md)
- [repack](./repack.md)
- [build](./build.md)
- [depends](./depends.md)

______________________________________________________________________

- Nearly all code snippets has link explanation.
- bash / zsh / fish compatibility.
- not so much shell magic.

______________________________________________________________________

```sh
mdformat .
```

before commit.