Add krb5 and lint configs

This commit is contained in:
crazywhalecc
2026-02-03 10:59:56 +08:00
parent 09ddd2fdd8
commit c536fedff7
7 changed files with 101 additions and 15 deletions

23
config/pkg/lib/krb5.yml Normal file
View 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