# Copyright 2023 Google LLC. | |
# Copyright lowRISC contributors. | |
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
# SPDX-License-Identifier: Apache-2.0 | |
load("@rules_pkg//pkg:tar.bzl", "pkg_tar") | |
package(default_visibility = ["//visibility:public"]) | |
pkg_tar( | |
name = "opentitantool_pkg", | |
srcs = [ | |
"@lowrisc_opentitan//sw/host/opentitanlib:src/app/config/nexus.json", | |
"@lowrisc_opentitan//sw/host/opentitantool", | |
], | |
extension = "tar.gz", | |
mode = "0755", | |
) |