mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+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>
This commit is contained in:
parent
66f8a08ec6
commit
0836b6e157
1 changed files with 21 additions and 0 deletions
21
projects/cruft.github.io/package.yml
Normal file
21
projects/cruft.github.io/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Reference in a new issue