mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add imap and BuildRootTracker
This commit is contained in:
14
config/pkg/lib/imap.yml
Normal file
14
config/pkg/lib/imap.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
imap:
|
||||
type: library
|
||||
artifact:
|
||||
source: {
|
||||
"type": "git",
|
||||
"url": "https://github.com/static-php/imap.git",
|
||||
"rev": "master"
|
||||
}
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
static-libs@unix:
|
||||
- libc-client.a
|
||||
suggests@unix:
|
||||
- openssl
|
||||
Reference in New Issue
Block a user