Skip to content

Commit

Permalink
Add beicode and beison
Browse files Browse the repository at this point in the history
  • Loading branch information
vicroms committed Jul 22, 2024
1 parent 4ff5bca commit ece5fd1
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ports/beicode/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/vcpkg-docs
REF b0456132ea9a6e23cf36710eabae478e54e71ec0
SHA512 5e11038aeebd657ebdaf4d442faa303bc5fef45a3bbdb56fd5e3e872ba26c49917c45b2dc120ecbcec1b7e22e6a571b0f7aa5b1eab2273eb9274846329f09a34
HEAD_REF lib-beicode
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()
vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
16 changes: 16 additions & 0 deletions ports/beicode/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "beicode",
"version": "1.0.0",
"description": "A simple utf-8 based unicode decoding and encoding library",
"homepage": "https://github.com/Microsoft/vcpkg-docs",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
15 changes: 15 additions & 0 deletions ports/beison/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/vcpkg-docs
REF 19a8bfd55570565dec49c87aa035e23714afbf88
SHA512 ed5da17843b6ee9ff477c2b6cbc7dd709c6d881c4bd41b540536d0514d114da5bf0e7a584547aedb73448e0653ce933ae04f5ebcc5d39953ff0a09a1fbb13651
HEAD_REF lib-beison
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()
vcpkg_cmake_config_fixup()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
17 changes: 17 additions & 0 deletions ports/beison/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "beison",
"version": "1.0.1",
"description": "A simple json parsing and stringifying library",
"homepage": "https://github.com/Microsoft/vcpkg-docs",
"dependencies": [
"beicode",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
9 changes: 9 additions & 0 deletions versions/b-/beicode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "6a5519aced8f49d18253afb81324fd9c1216a62b",
"version": "1.0.0",
"port-version": 0
}
]
}
9 changes: 9 additions & 0 deletions versions/b-/beison.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "05d55e0df72e4dd91438df6d054881690dbe7799",
"version": "1.0.1",
"port-version": 0
}
]
}
12 changes: 12 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"default": {
"beicode": {
"baseline": "1.0.0",
"port-version": 0
},
"beison": {
"baseline": "1.0.1",
"port-version": 0
}
}
}

0 comments on commit ece5fd1

Please sign in to comment.