1
1
mirror of https://github.com/harelba/q.git synced 2024-10-03 22:39:52 +03:00

prepare brew formula for reading from master

This commit is contained in:
Harel Ben-Attia 2021-10-22 01:43:16 +03:00
parent c10ca0a1ab
commit d838a854ff
No known key found for this signature in database
GPG Key ID: 0E04E0F09BDC14FB

View File

@ -4,7 +4,8 @@
class Q < Formula
desc "Run SQL directly on CSV or TSV files"
homepage "https://harelba.github.io/q/"
url "https://github.com/harelba/q/archive/qsql-with-packaging.tar.gz"
# Building directly from master for now, eventually it will be tag-based so the version tag will be downloaded
url "https://github.com/harelba/q/archive/master.tar.gz"
version "{{ .Q_VERSION }}"
# Removed for now, until everything is finalized