diff --git a/bucket/glslViewer.json b/bucket/glslViewer.json deleted file mode 100644 index eb068dff86..0000000000 --- a/bucket/glslViewer.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", - "version": "3.1.1", - "license": "BSD-3-Clause", - "homepage": "https://github.com/patriciogonzalezvivo/glslViewer", - "description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI. You can definitely make your own UI or wrapper using the Python Module (include) or any other tool that communicates back/forth with glslViewer through the standard POSIX console In/Out or OSC.", - "checkver": "github", - "architecture": { - "64bit": { - "url": [ - "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v3.1.1/glslViewer-3.1.1-win64-AMD64.zip", - "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-shared-4.4.zip" - ], - "hash": [ - "cc48d64ce403149e290a80ae06aeb6b6da11ba2ffe26a043015101e48d553f87", - "68613d780fe85e57a2a9ebd65699e112e5725d637ac22ee24c331e831bae3974" - ], - "extract_dir": "glslViewer-3.1.1-win64-AMD64/bin" - } - }, - "bin": "glslViewer.exe", - "post_install": [ - "Copy-Item $dir/ffmpeg-n4.4-latest-win64-gpl-shared-4.4/bin/*.dll $dir", - "Remove-Item -Recurse -Force $dir/ffmpeg-n4.4-latest-win64-gpl-shared-4.4" - ], - "autoupdate": { - "architecture": { - "64bit": { - "url": [ - "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v$version/glslViewer-$version-win64-AMD64.zip", - "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-shared-4.4.zip" - ], - "extract_dir": "glslViewer-$version-win64-AMD64/bin" - } - } - } -} diff --git a/bucket/glslviewer.json b/bucket/glslviewer.json new file mode 100644 index 0000000000..e8d2112933 --- /dev/null +++ b/bucket/glslviewer.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", + "version": "3.1.1", + "description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.", + "homepage": "https://github.com/patriciogonzalezvivo/glslViewer", + "license": "BSD-3-Clause", + "depends": "ffmpeg-shared", + "architecture": { + "64bit": { + "url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v3.1.1/glslViewer-3.1.1-win64-AMD64.zip", + "hash": "cc48d64ce403149e290a80ae06aeb6b6da11ba2ffe26a043015101e48d553f87", + "extract_dir": "glslViewer-3.1.1-win64-AMD64" + } + }, + "bin": "bin\\glslViewer.exe", + "post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v$version/glslViewer-$version-win64-AMD64.zip", + "extract_dir": "glslViewer-$version-win64-AMD64" + } + } + } +}