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