https://github.com/asukaminato0721/pkgbuild-cookbook
https://github.com/asukaminato0721/pkgbuild-cookbook
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asukaminato0721/pkgbuild-cookbook
- Owner: asukaminato0721
- Created: 2023-11-01T15:04:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-21T05:32:26.000Z (about 1 year ago)
- Last Synced: 2025-04-02T12:53:30.880Z (3 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.