/cookiecutter-pkgbuild

Cookiecutter template for Arch Linux PKGBUILDs

Primary LanguageShellApache License 2.0Apache-2.0

cookiecutter-pkgbuild

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

Additional license files

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.