2023-12-03 20:56:54 +01:00

18 lines
530 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.17.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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
checksum=fbdb3a6e7630f8f468945c12d0f364740a489d95540c3904b7dc226c5b25b05f
post_install() {
vlicense LICENSE
}