vp-build/srcpkgs/usql/template

18 lines
534 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.10.0
revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
short_desc="Universal command-line interface for SQL databases"
maintainer="Alan Brown <adbrown@rocketmail.com>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
checksum=d0f012b0937a5b75f08207efce644b96a49780f1312f20fa9c7ea1f4e662037f
post_install() {
vlicense LICENSE
}