mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[ayush272002-dotenv] New port (#48628)
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
15
ports/ayush272002-dotenv/portfile.cmake
Normal file
15
ports/ayush272002-dotenv/portfile.cmake
Normal 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")
|
||||
8
ports/ayush272002-dotenv/vcpkg.json
Normal file
8
ports/ayush272002-dotenv/vcpkg.json
Normal 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"
|
||||
}
|
||||
9
versions/a-/ayush272002-dotenv.json
Normal file
9
versions/a-/ayush272002-dotenv.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0c513699fa3dcef37de93634995caabe92ae50e3",
|
||||
"version-semver": "1.0.1",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user