18 lines
475 B
Bash
18 lines
475 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.7.8
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/xo/usql
|
|
hostmakedepends="git"
|
|
short_desc="Universal command-line interface for SQL databases"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/xo/usql"
|
|
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
|
|
checksum=d8d07324afe2478068f99b79e35ad5f5c06fa0e0051504cff5bce592ee75c6c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|