mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Add sqlite
This commit is contained in:
12
config/pkg/lib/sqlite.yml
Normal file
12
config/pkg/lib/sqlite.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
sqlite:
|
||||
type: library
|
||||
artifact:
|
||||
source: 'https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz'
|
||||
metadata:
|
||||
license-files: ['@/sqlite.txt']
|
||||
license: Unlicense
|
||||
headers:
|
||||
- sqlite3.h
|
||||
- sqlite3ext.h
|
||||
static-libs@unix:
|
||||
- libsqlite3.a
|
||||
Reference in New Issue
Block a user