New package: usql-0.7.0

resolves void-linux/void-packages#2393
This commit is contained in:
maxice8 2018-09-05 15:31:20 -03:00
parent ef0e727099
commit 5dca5f49f6
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 17 additions and 0 deletions

17
srcpkgs/usql/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'usql'
pkgname=usql
version=0.7.0
revision=1
build_style=go
go_import_path=github.com/xo/usql
hostmakedepends="git"
short_desc="Universal command-line interface for SQL databases"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
checksum=679e5420b870be22e209c3931bb408c8c614e4265422128c2f99a7b168b57eda
post_install() {
vlicense LICENSE
}