18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.19.1
|
|
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="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/xo/usql"
|
|
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=6ac8ba096d1c2dde15e546186b069fe061290c72f040cc5cd75e6a11d8cba9e3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|