mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
✨ Add package.yml for thefuck (#2015)
* ✨ Add package.yml for thefuck 📦 This commit adds the package.yml file for thefuck, a programmatically correct mistyped console command tool. * add compiler and rename * cleanup and test --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
cbe7856889
commit
2e66829458
1 changed files with 24 additions and 0 deletions
24
projects/github.com/nvbn/thefuck/package.yml
Normal file
24
projects/github.com/nvbn/thefuck/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/nvbn/thefuck/archive/refs/tags/{{version.raw}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: nvbn/thefuck/releases/tags
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
python.org: '>=3.11'
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
|
||||||
|
build:
|
||||||
|
python-venv.sh {{prefix}}/bin/thefuck
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/thefuck
|
||||||
|
|
||||||
|
test:
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3
|
||||||
|
script: >
|
||||||
|
thefuck -y ptyhon --version 2>&1 |
|
||||||
|
grep -E '^The Fuck {{version.marketing}} using
|
||||||
|
Python {{deps.python.org.version}} and'
|
Loading…
Reference in a new issue