diff options
Diffstat (limited to 'scripts/contrib/make-spdx-bindings.sh')
| -rwxr-xr-x | scripts/contrib/make-spdx-bindings.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/contrib/make-spdx-bindings.sh b/scripts/contrib/make-spdx-bindings.sh deleted file mode 100755 index 31caaf339d..0000000000 --- a/scripts/contrib/make-spdx-bindings.sh +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | # | ||
| 3 | # SPDX-License-Identifier: MIT | ||
| 4 | |||
| 5 | THIS_DIR="$(dirname "$0")" | ||
| 6 | |||
| 7 | VERSION="3.0.1" | ||
| 8 | |||
| 9 | shacl2code generate --input https://spdx.org/rdf/$VERSION/spdx-model.ttl \ | ||
| 10 | --input https://spdx.org/rdf/$VERSION/spdx-json-serialize-annotations.ttl \ | ||
| 11 | --context https://spdx.org/rdf/$VERSION/spdx-context.jsonld \ | ||
| 12 | python -o $THIS_DIR/../../meta/lib/oe/spdx30.py | ||
