17 lines
489 B
Bash
17 lines
489 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.9.5
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/xo/usql
|
|
hostmakedepends="git"
|
|
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=10de92f1d7d8a85c4c8173296e928f24fc933c733c1a71b5b8e33b832bd95b4d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|