d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
17 lines
475 B
Bash
17 lines
475 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.7.4
|
|
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=fbb1c48c49ce20c30042c9c5498d021ac8980b796287f2cbd5277178f7f8b683
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|