void-packages/srcpkgs/usql/template
2021-10-04 21:31:19 +02:00

18 lines
475 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.9.4
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=4f44ed554e65b77da80587957e1e29d5bfefab66eab49465479fba0f626b5bcc
post_install() {
vlicense LICENSE
}