mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Add krb5 and lint configs
This commit is contained in:
23
config/pkg/lib/krb5.yml
Normal file
23
config/pkg/lib/krb5.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
krb5:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghtagtar
|
||||
repo: krb5/krb5
|
||||
match: krb5.+-final
|
||||
metadata:
|
||||
license-files: [NOTICE]
|
||||
license: BSD-3-Clause
|
||||
source-root: src
|
||||
depends:
|
||||
- openssl
|
||||
frameworks:
|
||||
- Kerberos
|
||||
headers:
|
||||
- krb5.h
|
||||
- gssapi/gssapi.h
|
||||
pkg-configs:
|
||||
- krb5-gssapi
|
||||
suggests:
|
||||
- ldap
|
||||
- libedit
|
||||
Reference in New Issue
Block a user