blob: c81ca9b8c15c72000fe78285e40b7618fc59b422 [file] [log] [blame]
# Copyright 2022 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",
)