diff --git a/projects/cruft.github.io/package.yml b/projects/cruft.github.io/package.yml new file mode 100644 index 00000000..a2f31d89 --- /dev/null +++ b/projects/cruft.github.io/package.yml @@ -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