https://github.com/claui/cookiecutter-pkgbuild
Cookiecutter template for Arch Linux PKGBUILDs
https://github.com/claui/cookiecutter-pkgbuild
cookiecutter cookiecutter-template pkgbuild template
Last synced: 5 months ago
JSON representation
Cookiecutter template for Arch Linux PKGBUILDs
- Host: GitHub
- URL: https://github.com/claui/cookiecutter-pkgbuild
- Owner: claui
- License: other
- Created: 2021-10-25T13:43:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T16:12:55.000Z (11 months ago)
- Last Synced: 2025-08-06T18:15:52.620Z (11 months ago)
- Topics: cookiecutter, cookiecutter-template, pkgbuild, template
- Language: Shell
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-pkgbuild
[Cookiecutter](https://github.com/cookiecutter/cookiecutter)
template for Arch Linux PKGBUILDs.
## Using cookiecutter-pkgbuild
### Basic usage
To run the template generator, make sure you have a working
Cookiecutter installation. Then run:
```
cookiecutter gh:claui/cookiecutter-pkgbuild
```
### Alternative usage
If you use `cookiecutter-pkgbuild` often, you can add to your
`.cookiecutterrc` an `abbreviations` section like so:
```
abbreviations:
pkgbuild: https://github.com/claui/cookiecutter-pkgbuild.git
```
Then, to generate a project, run:
```
cookiecutter pkgbuild
```
## License
Copyright (c) 2021 – 2025 Claudia Pellegrino
Licensed under the BSD Zero Clause License, see [LICENSE](LICENSE).