void-packages/srcpkgs/usql/template

18 lines
534 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.14.2
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=9d3bbf228ee875da494fff5a08e74d0c2f991da5fa47e7f325b6b0b757cc1932
post_install() {
vlicense LICENSE
}