aboutsummaryrefslogtreecommitdiff
path: root/src/phoronix-com-fix-benchmarks/index.json
blob: 7048df3cfdc3949adaf0a5bd5fe0c3decaa17ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
}