18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.13.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=69e901e6623ac8b1b14ef6a0ab37da5bbba5a3990af57ad34a73cf2cd1452fc7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|