aboutsummaryrefslogtreecommitdiff
path: root/src/phoronix-com-fix-benchmarks/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/phoronix-com-fix-benchmarks/index.json')
-rw-r--r--src/phoronix-com-fix-benchmarks/index.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/phoronix-com-fix-benchmarks/index.json b/src/phoronix-com-fix-benchmarks/index.json
new file mode 100644
index 0000000..7048df3
--- /dev/null
+++ b/src/phoronix-com-fix-benchmarks/index.json
@@ -0,0 +1,34 @@
+// 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": "phoronix-com-fix-benchmarks",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/phoronix-com-fix-benchmarks",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "phoronix-com-fix-benchmarks",
+ "long_name": "Phoronix benchmarks fix",
+ "uuid": "62f8217b-d577-4fa8-9f90-f9768a0dd661",
+ "version": [2022, 2, 18],
+ "revision": 2,
+ "description": "Make benchmarks in phoronix.com articles display without relying on site-served JavaScript.",
+ "dependencies": [],
+ "scripts": [{"file": "phoronix_benchmarks.js"}],
+ "payloads": {
+ // To test use your preferred search engine to search for
+ // "phoronix com benchmarks" - most of the articles that show up
+ // should have some openbenchmarking.org benchmarks in them.
+ "https://www.phoronix.com/***": {
+ "identifier": "phoronix-com-fix-benchmarks"
+ }
+ }
+ }],
+ "reuse_generate_spdx_report": true
+}