pantry/projects/sqlfluff.com/package.yml

21 lines
346 B
YAML
Raw Normal View History

2023-09-15 23:33:31 +03:00
distributable:
url: https://github.com/sqlfluff/sqlfluff/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: sqlfluff/sqlfluff
dependencies:
2023-10-03 18:23:56 +03:00
python.org: '>=3.7<3.12'
2023-09-15 23:33:31 +03:00
build:
script: |
python-venv.sh {{prefix}}/bin/sqlfluff
test:
script:
- test "$(sqlfluff version)" = "{{version}}"
provides:
- bin/sqlfluff