# Template file for 'scaleway-cli' pkgname=scaleway-cli version=1.13 revision=2 build_style="go" go_import_path="github.com/scaleway/scaleway-cli" go_package="github.com/scaleway/scaleway-cli/cmd/scw" short_desc="Interact with the Scaleway API from the command line" maintainer="Michael Gehring " license="MIT" homepage="https://github.com/scaleway/scaleway-cli" distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz" checksum=0be6076af3d41f94f27138415da394fb5424a654214edab58b9bdb1c9fd8a2cb post_install() { vinstall contrib/completion/bash/scw 0644 usr/share/bash-completion/completions vinstall contrib/completion/zsh/_scw 0644 usr/share/zsh/site-functions vdoc README.md README vlicense LICENSE.md LICENSE }