void-packages/srcpkgs/usql/template
2019-04-07 04:54:05 -03:00

18 lines
478 B
Bash

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