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

     1  licenses(["notice"])  # MIT/X derivative license
     2  
     3  filegroup(
     4      name = "COPYING",
     5      visibility = ["//visibility:public"],
     6  )
     7  
     8  cc_library(
     9      name = "curl",
    10      linkopts = ["-lcurl"],
    11      visibility = ["//visibility:public"],
    12  )