New package: vultr-2.0.0

This commit is contained in:
Kyle Nusbaum 2019-05-20 12:47:31 -05:00 committed by Enno Boland
parent 58aa43ec61
commit 9042961205

16
srcpkgs/vultr/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'vultr'
pkgname=vultr
version=2.0.0
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=bc57516c73a2ec5565ec09b6c5fe18f82a35501f70beb423391c55d0c4b98592
post_install() {
vlicense LICENSE
}