mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
[sprout] Add new port (#6997)
This commit is contained in:
parent
9e565e9867
commit
92a86a1e54
5
ports/sprout/CONTROL
Normal file
5
ports/sprout/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
Source: sprout
|
||||
Version: 2019-06-20
|
||||
Homepage: https://github.com/bolero-MURAKAMI/Sprout
|
||||
Description: C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others
|
||||
Build-Depends: boost-array, boost-mpl
|
16
ports/sprout/portfile.cmake
Normal file
16
ports/sprout/portfile.cmake
Normal file
@ -0,0 +1,16 @@
|
||||
# header-only library
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO bolero-MURAKAMI/Sprout
|
||||
REF 6b5addba9face0a6403e66e7db2aa94d87387f61
|
||||
SHA512 b81c299842c48626a7fbedb5b70932623ddb128bd5c71115269253b2c82a331d4f5d5adeab24529be2c886d293de96c15c9641280b4eb31bd60379b284556900
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/sprout DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
Loading…
Reference in New Issue
Block a user