17 lines
463 B
Bash
17 lines
463 B
Bash
# Template file for 'vultr'
|
|
pkgname=vultr
|
|
version=2.0.3
|
|
revision=3
|
|
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=6529d521a7fa006808cd07331f31256e91773ec7e1a0c7839cd14884034fb185
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|