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

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

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).