18 lines
534 B
Bash
18 lines
534 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.14.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="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=9a9da5db83c1fa80f142b675c3176ca30dad10691126f89654586d831a6c151e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|