mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add liburing
This commit is contained in:
19
config/pkg/lib/liburing.yml
Normal file
19
config/pkg/lib/liburing.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
liburing:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghtar
|
||||
repo: axboe/liburing
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [COPYING]
|
||||
license: LGPL-2.1-or-later
|
||||
headers@linux:
|
||||
- liburing/
|
||||
- liburing.h
|
||||
pkg-configs:
|
||||
- liburing
|
||||
- liburing-ffi
|
||||
static-libs@linux:
|
||||
- liburing.a
|
||||
- liburing-ffi.a
|
||||
Reference in New Issue
Block a user