early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

18
externals/vcpkg/ports/rxqt/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,18 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tetsurom/rxqt
REF bb2138c835ef96a53bb79c47fb318237564f9a0c
SHA512 df39f05b0b4fcd950dd39f40b32e20097352a935778af1be077a08644b3562d07dcc77ab658bc45437454372be955a40013570124e86943bb32493c66cdce439
HEAD_REF master
)
file(INSTALL
${SOURCE_PATH}/include
DESTINATION ${CURRENT_PACKAGES_DIR}
)
file(INSTALL
${SOURCE_PATH}/LICENSE
DESTINATION ${CURRENT_PACKAGES_DIR}/share/rxqt RENAME copyright)

10
externals/vcpkg/ports/rxqt/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,10 @@
{
"name": "rxqt",
"version-string": "bb2138c",
"port-version": 1,
"description": "The Reactive Extensions for Qt.",
"homepage": "https://github.com/tetsurom/rxqt",
"dependencies": [
"rxcpp"
]
}