Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ports/loguru/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Source: loguru
Version: v2.0.0
Description: A lightweight and flexible C++ logging library
Build-Depends:
3 changes: 3 additions & 0 deletions ports/loguru/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This software is in the public domain. Where that dedication is not recognized, you are granted a perpetual, irrevocable license to copy, modify and distribute it as you see fit.

That being said, I would appreciate credit! If you find Loguru useful, tweet me at @ernerfeldt mail me at emil.ernerfeldt@gmail.com.
12 changes: 12 additions & 0 deletions ports/loguru/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO emilk/loguru
REF v2.0.0
SHA512 d6358f843689d10a44dc7bf590305cbfb89727e26d971ca4fe439e5468cdb7bcee2aa858368250e9654fb5ecebf63bca9742451881dae78068fecb18f279d988
HEAD_REF master
)

file(INSTALL ${SOURCE_PATH}/loguru.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/loguru)
file(COPY ${CURRENT_PORT_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/loguru)