google / bazel_rules_install

Bazel rules for installing build results. Similar to `make install`.
Apache License 2.0
37 stars 14 forks source link

FR: Make it possible to install a file under a different name #15

Open bttk opened 5 years ago

bttk commented 5 years ago

Example: $ bazel build -c opt //install:buildifier ~/bin would install buildifier as ~/bin/buildifier

Create a flag which lets the user install buildifier as ~/bin/bazelfier