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

     1  licenses(["notice"])  # Apache-2.0
     2  
     3  genrule(
     4      name = "lncython",
     5      outs = ["cython"],
     6      cmd = "ln -s $$(which cython) $@",
     7  )
     8  
     9  sh_binary(
    10      name = "cython_binary",
    11      srcs = ["cython"],
    12      visibility = ["//visibility:public"],
    13  )