diff --git a/bucket/pointofix.json b/bucket/pointofix.json new file mode 100644 index 0000000000000..35fc0b68dee29 --- /dev/null +++ b/bucket/pointofix.json @@ -0,0 +1,24 @@ +{ + "version": "20180511", + "description": "Pointofix is ​​the screen marker to support your lectures, training and presentations.", + "homepage": "https://www.pointofix.de/", + "license": "Free - Proprietary", + "architecture": { + "64bit": { + "url": "https://www.pointofix.de/download/pointofix180de-20180511-direkt.zip", + "hash": "3d016bfef1056358e89bf27ee3e47210182ab23f18ac485b9a36c6159c089476" + } + }, + "extract_dir": "", + "post_install": [ + "curl -o $dir\\pointofix-translation-20220120.zip https://www.pointofix.de/download/pointofix-translation-20220120.zip", + "cd $dir", + "7z x '-i!pointofix_translation_en.ini' pointofix-translation-20220120.zip -y", + "Remove-Item -Path $dir\\pointofix-translation-20220120.zip -Recurse -ErrorAction Ignore", + "Rename-Item -Path $dir\\pointofix_translation_en.ini -NewName $dir\\pointofix_translation.ini -Force" + ], + "bin": "Pointofix.exe", + "depends": ["curl","7zip"] +} + +