From 734d27476c31331bc5ae676c3132788c921a3271 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Wed, 8 May 2024 09:49:43 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Pointofix=20is=20=E2=80=8B=E2=80=8Bthe=20sc?= =?UTF-8?q?reen=20marker=20to=20support=20your=20lectures,=20training=20an?= =?UTF-8?q?d=20presentations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bucket/pointofix.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/pointofix.json diff --git a/bucket/pointofix.json b/bucket/pointofix.json new file mode 100644 index 0000000000000..c39b0dfdcd74f --- /dev/null +++ b/bucket/pointofix.json @@ -0,0 +1,18 @@ +{ + "version": "20180511", + "description": "Pointofix is ​​the screen marker to support your lectures, training and presentations.", + "homepage": "https://www.pointofix.de/", + "url": "https://www.pointofix.de/download/pointofix180de-20180511-direkt.zip", + "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"] +} + + From 33e15a9789b0609f40dce8c2218a607e90019656 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Wed, 8 May 2024 10:24:21 -0300 Subject: [PATCH 2/2] license and hash --- bucket/pointofix.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bucket/pointofix.json b/bucket/pointofix.json index c39b0dfdcd74f..35fc0b68dee29 100644 --- a/bucket/pointofix.json +++ b/bucket/pointofix.json @@ -2,7 +2,13 @@ "version": "20180511", "description": "Pointofix is ​​the screen marker to support your lectures, training and presentations.", "homepage": "https://www.pointofix.de/", - "url": "https://www.pointofix.de/download/pointofix180de-20180511-direkt.zip", + "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",