diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 00:02:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 00:02:04 +0300 |
commit | d70404ecedbb853b21ae239be5c00c553c709d48 (patch) | |
tree | 49c157838ea68c5b0628ae2b4dd9a9300f0f98c8 | |
parent | ab1f143e453ca92d5d86df112966782511f1892e (diff) | |
download | repository-d70404ecedbb853b21ae239be5c00c553c709d48.tar.gz |
pkgconf: add meta file
-rw-r--r-- | core/pkgconf/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pkgconf/meta b/core/pkgconf/meta new file mode 100644 index 00000000..6766e944 --- /dev/null +++ b/core/pkgconf/meta @@ -0,0 +1,3 @@ +description: Compiler/Linker configuration helper +license: MIT +maintainer: Cem Keylan <cem@ckyln.com> |