mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[inja] add inja (#3428)
This commit is contained in:
parent
44b8943262
commit
541f2e2ea5
4
ports/inja/CONTROL
Normal file
4
ports/inja/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: inja
|
||||
Version: 1.0.0
|
||||
Build-Depends: nlohmann-json
|
||||
Description: Inja - A Template Engine for Modern C++
|
11
ports/inja/portfile.cmake
Normal file
11
ports/inja/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pantor/inja
|
||||
REF v1.0.0
|
||||
SHA512 39598df84766a0d2a28dc92e083e27b7072600372e0313727cd5dd1fe6ad1efc055dc98055247f5cb1fc4096ffb37b59995107f3456a4495bd01381ac6c74a2b
|
||||
HEAD_REF master
|
||||
)
|
||||
file(INSTALL ${SOURCE_PATH}/src/inja.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL ${SOURCE_PATH}/src/inja.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/inja RENAME copyright)
|
||||
vcpkg_copy_pdbs()
|
Loading…
x
Reference in New Issue
Block a user