[ayush272002-dotenv] New port (#48628)

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
Ayush Acharjya
2025-12-09 04:05:21 +00:00
committed by GitHub
parent b7166029df
commit 971828fe09
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ayush272002/dotenv
REF v${VERSION}
SHA512 595363a7005839a74b7032fdd1091169406c42ac3e2eb483887b4b5c699c4e677f64939c34d2999210166b13b39d5cb2067912c89f92472242473cbe4830ae8d
)
file(
INSTALL "${SOURCE_PATH}/include/dotenv"
DESTINATION "${CURRENT_PACKAGES_DIR}/include"
)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@@ -0,0 +1,8 @@
{
"name": "ayush272002-dotenv",
"version-semver": "1.0.1",
"description": "A modern C++23 header-only library for loading and parsing .env files at runtime.",
"homepage": "https://github.com/Ayush272002/dotenv",
"license": "MIT",
"supports": "!uwp"
}

View File

@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "0c513699fa3dcef37de93634995caabe92ae50e3",
"version-semver": "1.0.1",
"port-version": 0
}
]
}

View File

@@ -492,6 +492,10 @@
"baseline": "1.11.702",
"port-version": 0
},
"ayush272002-dotenv": {
"baseline": "1.0.1",
"port-version": 0
},
"azmq": {
"baseline": "2023-03-23",
"port-version": 0