aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/nasm.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/systemlibs/nasm.BUILD')
-rw-r--r--third_party/systemlibs/nasm.BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/systemlibs/nasm.BUILD b/third_party/systemlibs/nasm.BUILD
new file mode 100644
index 0000000000..10ef8d8832
--- /dev/null
+++ b/third_party/systemlibs/nasm.BUILD
@@ -0,0 +1,12 @@
+licenses(["notice"]) # BSD 2-clause
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+sh_binary(
+ name = "nasm",
+ srcs = ["nasm"],
+ visibility = ["@jpeg//:__pkg__"],
+)