diff --git a/bucket/flix-cli.json b/bucket/flix-cli.json new file mode 100644 index 00000000000000..4b7c46dcaf9a97 --- /dev/null +++ b/bucket/flix-cli.json @@ -0,0 +1,29 @@ +{ + "version": "1.7.10.8", + "description": "A cli to browse and watch movies and TV shows. This tool scrapes the site flixhq", + "homepage": "https://github.com/DemonKingSwarn/flix-cli", + "license": "GPL-3.0", + "depends": ["python"], + "suggest": { + "ffmpeg": [ + "ffmpeg", + "ffmpeg-shared" + ], + "mpv": "extras/mpv", + "fzf": "fzf" + }, + "url": "https://files.pythonhosted.org/packages/ca/ae/772e63fc8b5c7ff92f5d4161b7ff2711810cb514e696bfcfa3c3da60cbb2/flix_cli-1.7.10.8-py3-none-any.whl", + "hash": "172e5410fbbe7b638da8687dd120a6bc54325977c13abc9bd410652c1a373641", + "installer": { + "script": "python -m pip install flix-cli==$version" + }, + "uninstaller": { + "script": "python -m pip uninstall -y flix-cli" + }, + "bin": "flix-cli", + "checkver": { + "url": "https://pypi.org/pypi/flix-cli/json", + "jsonpath": "$.info.version" + } +} +