aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorSamuel Marks <807580+SamuelMarks@users.noreply.github.com>2021-09-13 22:42:24 -0400
committerGitHub <noreply@github.com>2021-09-13 19:42:24 -0700
commit515b1fb9b58fca8cee3805876b8df7150738aa52 (patch)
tree920c238901a8b17e466c072ef9ff5e3d9154e875 /versions
parent333e0d4e5d59429d8977a70c777f9f51713e28a5 (diff)
downloadvcpkg-515b1fb9b58fca8cee3805876b8df7150738aa52.tar.gz
vcpkg-515b1fb9b58fca8cee3805876b8df7150738aa52.zip
[New port] Rexo (#18895)
* [ports/rexo] New port * `vcpkg x-add-version --all` * [ports/rexo/portfile.cmake] Update version; use vcpkg_configure_cmake * `vcpkg x-add-version --all` * [versions/r-/rexo.json] Manually remove first iteration * vcpkg_cmake_install() Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/rexo/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/rexo/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/rexo/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [rexo] Upgrade to 0.2.1; use new vcpkg cmake function names * ./vcpkg x-add-version --all --overwrite-version; remove 0.2.0 from versions/r-/rexo.json * [rexo] Upgrade to 0.2.2 * ./vcpkg x-add-version --all --overwrite-version * [rexo] Upgrade to 0.2.2 SHA hash * ./vcpkg x-add-version --all --overwrite-version * [rexo] CONTROL -> vcpkg.json * ./vcpkg x-add-version --all --overwrite-version * [ports/rexo] Use new format * [ports/rexo/vcpkg.json] Remove trailing comma * [versions/r-/rexo.json] ./vcpkg x-add-version rexo --overwrite-version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/r-/rexo.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 20a4ccf56..c818d93d3 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5684,6 +5684,10 @@
"baseline": "0.6.13",
"port-version": 0
},
+ "rexo": {
+ "baseline": "0.2.2",
+ "port-version": 0
+ },
"rhash": {
"baseline": "1.4.0",
"port-version": 1
diff --git a/versions/r-/rexo.json b/versions/r-/rexo.json
new file mode 100644
index 000000000..74465b5fa
--- /dev/null
+++ b/versions/r-/rexo.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "baf2bfcbd402fbf0f66d810edfff4d7fbd7d1583",
+ "version-semver": "0.2.2",
+ "port-version": 0
+ }
+ ]
+}