void-packages/srcpkgs/usql/template
2023-07-23 20:46:42 +00:00

17 lines
535 B
Bash

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