Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[buck-yeh-bux] add port #19670

Merged
merged 28 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8205d5e
[bux] Add new port
buck-yeh Aug 17, 2021
e8b9264
Merge branch 'microsoft:master' into master
buck-yeh Aug 17, 2021
7138cbf
Merge branch 'microsoft:master' into master
buck-yeh Aug 18, 2021
b228bd5
Merge branch 'microsoft:master' into master
buck-yeh Aug 20, 2021
03acbda
Corrections according to Create Pull Request suggested questions
buck-yeh Aug 20, 2021
5bf7202
Merge branch 'master' of https://github.com/buck-yeh/vcpkg
buck-yeh Aug 20, 2021
f171d45
SHA512
buck-yeh Aug 20, 2021
527944f
Merge branch 'microsoft:master' into master
buck-yeh Aug 21, 2021
5d4b587
Mark fails into .\scripts\ci.baseline.txt
buck-yeh Aug 21, 2021
098b150
Mark fails into .\scripts\ci.baseline.txt
buck-yeh Aug 21, 2021
4c7c09f
No need of "port-version": 1 in vcpkg.json
buck-yeh Aug 22, 2021
6267df1
Update version database
buck-yeh Aug 22, 2021
09f1bbd
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
017d699
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
4eaae7b
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
58f1c0f
Update ports/bux/vcpkg.json
buck-yeh Aug 23, 2021
d589cb4
Update bux.json
buck-yeh Aug 23, 2021
bb20f98
Update ports/bux/vcpkg.json
JonLiu1993 Aug 24, 2021
76f7701
update version
JonLiu1993 Aug 24, 2021
d8affe8
Update scripts/ci.baseline.txt
buck-yeh Aug 24, 2021
645158d
Merge branch 'microsoft:master' into master
buck-yeh Aug 25, 2021
4154f4a
update bux support
JonLiu1993 Aug 25, 2021
8fd80f6
update version
JonLiu1993 Aug 25, 2021
0b25ea9
Merge branch 'master' of https://github.com/buck-yeh/vcpkg
JonLiu1993 Aug 25, 2021
2f55e23
update version
JonLiu1993 Aug 25, 2021
99ee4e9
Merge branch 'microsoft:master' into master
buck-yeh Aug 28, 2021
76c8779
Rename bux to buck-yeh-bux
buck-yeh Sep 4, 2021
4c0fc58
Update version database
buck-yeh Sep 4, 2021
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
17 changes: 17 additions & 0 deletions ports/bux/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vcpkg_fail_port_install(ON_ARCH "arm" "arm64")
vcpkg_fail_port_install(ON_TARGET "linux" "uwp" "osx")
vcpkg_from_github(
buck-yeh marked this conversation as resolved.
Show resolved Hide resolved
OUT_SOURCE_PATH SOURCE_PATH
REPO buck-yeh/bux
REF 4636183159f74f350238e6ee59583b34f7e7aca9 # v1.4.1
SHA512 319cd15c73ca469849cbc364635d7147cfa3fed57d6043b0cb2b52d504a253645518ec6254ddba51fc8cc32cc89e345458530628b331629cabce5b64d8723a6a
HEAD_REF main
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
18 changes: 18 additions & 0 deletions ports/bux/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "bux",
buck-yeh marked this conversation as resolved.
Show resolved Hide resolved
"version": "1.4.1",
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux",
buck-yeh marked this conversation as resolved.
Show resolved Hide resolved
"supports": "!(arm | uwp | osx | linux)",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
9 changes: 9 additions & 0 deletions versions/b-/bux.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "016e2a39f2215fca356b18079a4fc19313e7c5d3",
"version": "1.4.1",
"port-version": 0
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,10 @@
"baseline": "2019-05-08-1",
"port-version": 0
},
"bux": {
"baseline": "1.4.1",
"port-version": 0
},
"byte-lite": {
"baseline": "0.2.0",
"port-version": 0
Expand Down