void-packages/srcpkgs/usql/template

18 lines
534 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.15.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=251e02ea4aa1eb708653b56a642ada0c55f7624f1bec2e36644105eba52855c6
post_install() {
vlicense LICENSE
}