@rules_appimage@rules_appimage//appimage:defs.bzl
Rules
appimage| Attribute | Type | Description |
|---|---|---|
*name | name | A unique name for this target. |
binary | label | Default: None |
build_args | list of strings | Default: [] |
data | list of labels | Any additional data that will be made available inside the appimage Default: [] |
env | dictionary: String → String | Runtime environment variables. See https://bazel.build/reference/be/common-definitions#common-attributes-tests Default: {} |
appimage_test| Attribute | Type | Description |
|---|---|---|
*name | name | A unique name for this target. |
binary | label | Default: None |
build_args | list of strings | Default: [] |
data | list of labels | Any additional data that will be made available inside the appimage Default: [] |
env | dictionary: String → String | Runtime environment variables. See https://bazel.build/reference/be/common-definitions#common-attributes-tests Default: {} |