github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/042.build.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 []) + glob([
     9          "moar_thing/*",
    10      ]),
    11  )