void-packages/srcpkgs/usql/template
2019-01-06 10:12:41 -02:00

17 lines
478 B
Bash

# Template file for 'usql'
pkgname=usql
version=0.7.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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
checksum=18f541dab352931937276bec5f723da94356a804c894359c6d428ad980eb14fc
post_install() {
vlicense LICENSE
}