mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
Merge branch 'master' into iverilog
This commit is contained in:
commit
b6629b3354
6 changed files with 22 additions and 0 deletions
10
packages/sqlite3/3.36.0/build.sh
vendored
Executable file
10
packages/sqlite3/3.36.0/build.sh
vendored
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
PREFIX=$(realpath $(dirname $0))
|
||||||
|
|
||||||
|
curl https://www.sqlite.org/2021/sqlite-amalgamation-3360000.zip -o sqlite.zip
|
||||||
|
unzip -q sqlite.zip
|
||||||
|
rm -rf sqlite.zip
|
||||||
|
|
||||||
|
gcc -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION sqlite-amalgamation-3360000/shell.c sqlite-amalgamation-3360000/sqlite3.c -o sqlite3
|
||||||
|
|
||||||
|
rm -rf sqlite-amalgamation-3360000
|
2
packages/sqlite3/3.36.0/environment
vendored
Normal file
2
packages/sqlite3/3.36.0/environment
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export PATH=$PWD:$PATH
|
5
packages/sqlite3/3.36.0/metadata.json
vendored
Normal file
5
packages/sqlite3/3.36.0/metadata.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"language": "sqlite3",
|
||||||
|
"version": "3.36.0",
|
||||||
|
"aliases": ["sqlite", "sql"]
|
||||||
|
}
|
3
packages/sqlite3/3.36.0/run
vendored
Normal file
3
packages/sqlite3/3.36.0/run
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sqlite3 < "$1"
|
1
packages/sqlite3/3.36.0/test.sql
vendored
Normal file
1
packages/sqlite3/3.36.0/test.sql
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SELECT 'OK';
|
|
@ -375,6 +375,7 @@ Content-Type: application/json
|
||||||
`ruby`,
|
`ruby`,
|
||||||
`rust`,
|
`rust`,
|
||||||
`scala`,
|
`scala`,
|
||||||
|
`sqlite3`,
|
||||||
`swift`,
|
`swift`,
|
||||||
`typescript`,
|
`typescript`,
|
||||||
`basic`,
|
`basic`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue