17 lines
463 B
Bash
17 lines
463 B
Bash
# Template file for 'vultr'
|
|
pkgname=vultr
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/JamesClonk/vultr"
|
|
short_desc="Vultr CLI and API client"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="MIT"
|
|
homepage="https://jamesclonk.github.io/vultr/"
|
|
distfiles="https://github.com/JamesClonk/vultr/archive/v${version}.tar.gz"
|
|
checksum=928f6c3caf8149f836a609ec43a3d031f0206a8cba095e026535c33c390c1157
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|