al_git_run_binary
Categories:
al_git_run_binary
load("@com_alwaldend_src//bzl/rules/git:al_git_run_binary.bzl", "al_git_run_binary")
al_git_run_binary(name, srcs, outs, arguments, git)
Run a git binary as a build action
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| srcs | Files to be made available | List of labels | optional | [] |
| outs | Outputs | List of labels; nonconfigurable | required | |
| arguments | Arguments (Location is expanded) | List of strings | optional | [] |
| git | Git binary | Label | required |