void-packages/srcpkgs/usql/template
Nathan Owens 2746d7cf26 usql: update to 0.7.7
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-26 21:00:27 +01:00

17 lines
475 B
Bash

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