gig: Add fzf dependency. (#5594)

This commit is contained in:
Martin Tracey 2024-03-11 14:39:34 -07:00 committed by GitHub
parent a5b38a660e
commit 099f691673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
"description": "Generate .gitignore files from your terminal (mostly) offline!", "description": "Generate .gitignore files from your terminal (mostly) offline!",
"homepage": "https://github.com/shihanng/gig", "homepage": "https://github.com/shihanng/gig",
"license": "MIT", "license": "MIT",
"depends": ["fzf"],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shihanng/gig/releases/download/v0.8.3/gig_0.8.3_Windows_x86_64.tar.gz", "url": "https://github.com/shihanng/gig/releases/download/v0.8.3/gig_0.8.3_Windows_x86_64.tar.gz",