forked from julien040/anyquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
257 lines (231 loc) · 6.61 KB
/
.goreleaser.yaml
File metadata and controls
257 lines (231 loc) · 6.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2
builds:
- id: windows
gobinary: ./orbstack_go_win.sh
tags:
- vtable
- fts5
- sqlite_json
- sqlite_math_functions
- prql
ldflags:
- -s -w
- -X "main.version={{.Version}}"
env:
- CGO_ENABLED=1
- "ORBENV=CGO_ENABLED:CC:CGO_CFLAGS:GOOS:GOARCH:CGO_LDFLAGS"
- CGO_CFLAGS=-O2
- >-
{{- if eq .Os "windows" }}
{{- if eq .Arch "amd64" }}CC=x86_64-w64-mingw32-gcc{{- end }}
{{- if eq .Arch "arm64" }}CC=/home/julien/llvm-mingw/bin/aarch64-w64-mingw32-gcc{{- end }}
{{- end }}
goos:
- windows
goarch:
- amd64
- arm64
ignore:
# go-sqlite3 seems to not be supported on windows/arm64
- goos: windows
goarch: arm64
- id: linux
tags:
- vtable
- fts5
- sqlite_json
- sqlite_math_functions
ldflags:
- -s -w
- -X "main.version={{.Version}}"
env:
- CGO_ENABLED=1
- CGO_CFLAGS=-O2
- >-
{{- if eq .Os "linux" }}
{{- if eq .Arch "amd64" }}CC=zig cc -target x86_64-linux-musl{{- end }}
{{- if eq .Arch "arm64" }}CC=zig cc -target aarch64-linux-musl{{- end }}
{{- end }}
# - >-
# {{- if eq .Arch "amd64" }}CGO_LDFLAGS=-static{{- end }}
goos:
- linux
goarch:
- amd64
- arm64
- id: darwin
tags:
- vtable
- fts5
- sqlite_json
- sqlite_math_functions
- prql
ldflags:
- -s -w
- -X "main.version={{.Version}}"
env:
- CGO_ENABLED=1
- CGO_CFLAGS="-O2"
goos:
- darwin
goarch:
- arm64
- amd64
archives:
- id: unix
format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
builds:
- linux
- darwin
- id: windows
format: zip
builds:
- windows
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
nfpms:
- id: anyquery
package_name: anyquery
builds:
- linux
vendor: Julien CAGNIART
homepage: https://anyquery.dev
maintainer: Julien CAGNIART <contact@julienc.me>
description: |-
Query anything (HTTP APIs, local files, local apps) over SQL.
license: AGPL-3.0
formats:
- apk
- deb
- rpm
- termux.deb
- archlinux
chocolateys:
-
name: anyquery
ids:
- windows
owners: Julien CAGNIART
authors: Julien CAGNIART
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
title: anyquery
project_url: https://anyquery.dev
license_url: https://github.com/julien040/anyquery/blob/main/LICENSE.md
require_license_acceptance: true
project_source_url: https://github.com/julien040/anyquery/
docs_url: https://anyquery.dev/docs/
bug_tracker_url: https://github.com/julien040/anyquery/issues
summary: Query anything (HTTP APIs, local files, local apps) over SQL.
skip_publish: false
description: |-
Query anything (HTTP APIs, local files, local apps) over SQL.
Anyquery is a query engine that allows you to query anything over SQL. It's built on top of SQLite.
icon_url: https://anyquery.dev/favicon.png
copyright: 2025 Julien CAGNIART
tags: "anyquery sql sqlite mysql query database api"
package_source_url: https://github.com/julien040/anyquery
release_notes: "See release notes at https://github.com/julien040/anyquery/releases"
snapcrafts:
- summary: Query anything (HTTP APIs, local files, local apps) over SQL.
description: |-
Query anything (HTTP APIs, local files, local apps) over SQL.
Anyquery is a query engine that allows you to query anything over SQL. It's built on top of SQLite.
grade: stable
confinement: classic
title: anyquery
name: anyquery
license: AGPL-3.0
# publish: true
brews:
- name: anyquery
repository:
owner: julien040
name: homebrew-anyquery
commit_author:
name: anyquery
email: contact@anyquery.dev
homepage: https://anyquery.dev
description: Anyquery is a query engine that allows you to query anything over SQL.
license: AGPL-3.0
scoops:
- name: anyquery
commit_author:
name: anyquery
email: contact@anyquery.dev
homepage: https://anyquery.dev
description: Anyquery is a query engine that allows you to query anything over SQL.
license: AGPL-3.0
repository:
owner: julien040
name: anyquery-scoop
release:
header: |-
<img src="https://anyquery.dev/favicon.png" width="64" height="64" />
## What is Anyquery?
Anyquery is a query engine that allows you to query anything over SQL.
Whether it's a local CSV, a Google Sheet, your Apple notes, or your GitHub stars, you can query it with Anyquery.
It's built on top of SQLite, and you can use alternative languages like PRQL and PQL to query your data.
Get started at [anyquery.dev](https://anyquery.dev)

github:
owner: julien040
name: anyquery
draft: false
prerelease: auto
winget:
- name: anyquery
publisher: JulienCagniart
package_identifier: JulienCagniart.anyquery
repository:
owner: julien040
name: winget-anyquery
branch: master
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master
short_description: Query anything (HTTP APIs, local files, local apps) over SQL.
license: AGPL-3.0
ids:
- windows
commit_author:
name: anyquery
email: contact@anyquery.dev
homepage: https://anyquery.dev
license_url: https://github.com/julien040/anyquery/blob/main/LICENSE.md
skip_upload: false
copyright: 2025 Julien CAGNIART
copyright_url: https://github.com/julien040/anyquery/blob/main/LICENSE.md
tags:
- anyquery
- sql
- sqlite
- mysql
checksum:
name_template: 'checksums.txt'
ids:
- unix
- windows
- darwin