pantry/projects/cruft.github.io/package.yml
Kevin Chen 0836b6e157
+cruft -- Manage boilerplate and cruft with CookieCutter (#3326)
* +cruft -- Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and fully compatible with, CookieCutter.

* Needs git

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-16 08:59:08 -04:00

22 lines
311 B
YAML

distributable:
url: https://github.com/cruft/cruft/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: cruft/cruft
dependencies:
python.org: ">=3.7"
git-scm.org: ^2
build:
script: |
python-venv.sh {{prefix}}/bin/cruft
test:
script:
- cruft --help
provides:
- bin/cruft