github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/nasm/BUILD.system (about)

     1  licenses(["notice"])  # BSD 2-clause
     2  
     3  filegroup(
     4      name = "LICENSE",
     5      visibility = ["//visibility:public"],
     6  )
     7  
     8  sh_binary(
     9      name = "nasm",
    10      srcs = ["nasm"],
    11      visibility = ["@jpeg//:__pkg__"],
    12  )