void-packages/srcpkgs/usql/template
2021-05-14 10:38:33 -03:00

17 lines
475 B
Bash

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