18 lines
588 B
Bash
18 lines
588 B
Bash
# Template file for 'scaleway-cli'
|
|
pkgname=scaleway-cli
|
|
version=2.4.0
|
|
revision=1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/scaleway/scaleway-cli"
|
|
distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz"
|
|
checksum=7baa6d7af5602703bc9b1f54beb5a36642151cc12d6584d6ab76df8bb088365e
|
|
|
|
post_install() {
|
|
vdoc README.md README
|
|
vlicense LICENSE
|
|
}
|