aboutsummaryrefslogtreecommitdiff
path: root/src/drive-google-com-fix-download/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/drive-google-com-fix-download/index.json')
-rw-r--r--src/drive-google-com-fix-download/index.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/drive-google-com-fix-download/index.json b/src/drive-google-com-fix-download/index.json
new file mode 100644
index 0000000..84e3ba7
--- /dev/null
+++ b/src/drive-google-com-fix-download/index.json
@@ -0,0 +1,41 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "drive-google-com-fix-download",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/drive-google-com-fix-download",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "drive-google-com-fix-download",
+ "long_name": "Google Drive file download fix",
+ "uuid": "ff13de13-8e3b-4f70-9009-448cddf7ccc1",
+ "version": [2022, 2, 18],
+ "revision": 2,
+ "description": "Enable download of Google Drive files without relying on site-served JavaScript.",
+ "dependencies": [],
+ "scripts": [{"file": "google_drive_files.js"}],
+ "payloads": {
+ // * https://old.reddit.com/search?q=url%3Adrive.google.com%2Fdrive%2Ffile%2Fd%2F <- to get testing links
+ "https://drive.google.com/file/d/**": {
+ "identifier": "drive-google-com-fix-download"
+ }
+ }
+ }, {
+ "type": "mapping",
+ "identifier": "google-drive-fix-download",
+ "long_name": "Google Drive file download fix (transitional package)",
+ "uuid": "72136861-2e71-4aac-bb18-52a68264811a",
+ "version": [2022, 2, 18, 2],
+ "description": "This is a transitional package and can be safely removed.",
+ "required_mappings": [{"identifier": "drive-google-com-fix-download"}],
+ "payloads": {}
+ }],
+ "reuse_generate_spdx_report": true
+}