Cookiecutter template for Arch Linux PKGBUILDs.
To run the template generator, make sure you have a working Cookiecutter installation. Then run:
cookiecutter gh:claui/cookiecutter-pkgbuild
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
Copyright (c) 2021 – 2022 Claudia Pellegrino clau@tiqua.de
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. For a copy of the License, see LICENSE.
This project may include additional license files other than the Apache License. Those are just there for the template user’s convenience so they can choose a license for their own content. Those licenses may not apply to this project. The only license that applies to this project is the Apache License.