github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/042.bzl.golden (about)

     1  filegroup(
     2      name = "foo" + cpu,
     3      srcs = [
     4                 prefix + "/bin/" + triple + "-objcopy",
     5             ] + ([
     6                 prefix + "/bin/ccperf-collect",
     7                 "what",
     8             ] if triple != "sparc" else []) +
     9             glob([
    10                 "moar_thing/*",
    11             ]),
    12  )