mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
0836b6e157
* +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>
22 lines
311 B
YAML
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
|