You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
323 B
8 lines
323 B
#!/usr/bin/env bash |
|
|
|
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD |
|
|
|
pip3 install --no-index --find-links dist meson |
|
install -vDm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson |
|
install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson |
|
|
|
|