void-packages/srcpkgs/usql/template
2019-10-07 09:39:57 +02:00

17 lines
475 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.7.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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
checksum=5f0478611ecaa8f069796462fdf81386fe8f53ec52aa2ec90db6e066010b597f
post_install() {
vlicense LICENSE
}