Project

General

Profile

Download (1.27 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / phoronix-com-fix-benchmarks / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "phoronix-com-fix-benchmarks",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/phoronix-com-fix-benchmarks",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "phoronix-com-fix-benchmarks",
17
	"long_name":    "Phoronix benchmarks fix",
18
	"uuid":         "62f8217b-d577-4fa8-9f90-f9768a0dd661",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "Make benchmarks in phoronix.com articles display without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "phoronix_benchmarks.js"}],
24
	"payloads": {
25
	    // To test use your preferred search engine to search for
26
	    // "phoronix com benchmarks" - most of the articles that show up
27
	    // should have some openbenchmarking.org benchmarks in them.
28
	    "https://www.phoronix.com/***": {
29
		"identifier": "phoronix-com-fix-benchmarks"
30
	    }
31
	}
32
    }],
33
    "reuse_generate_spdx_report": true
34
}
(1-1/2)