mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[libremidi] Add new port (#33848)
* [libremidi] Add new port * [libremidi] Add license to vcpkg.json * [libremidi] Update version * [libremidi] Apply suggestions from code review Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * [libremidi] Use newer upstream version with UWP build fix * [libremidi] Update version --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
parent
4a311457c3
commit
d5fa359a5d
18
ports/libremidi/portfile.cmake
Normal file
18
ports/libremidi/portfile.cmake
Normal file
@ -0,0 +1,18 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jcelerier/libremidi
|
||||
REF "v${VERSION}"
|
||||
|
||||
SHA512 7b73d5e1a565e9f85ac28fba041c66a151537a9205b4f3605fa70e18d5e651fa0562329853c7e08bf8e620f9d83d08d167b746d30c39bffcd325fbd6338d0538
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/libremidi PACKAGE_NAME libremidi)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
|
17
ports/libremidi/vcpkg.json
Normal file
17
ports/libremidi/vcpkg.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "libremidi",
|
||||
"version": "4.1.0",
|
||||
"description": "A modern C++ MIDI real-time & file I/O library",
|
||||
"homepage": "https://github.com/jcelerier/libremidi",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -4580,6 +4580,10 @@
|
||||
"baseline": "0.12.5.5178",
|
||||
"port-version": 1
|
||||
},
|
||||
"libremidi": {
|
||||
"baseline": "4.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libressl": {
|
||||
"baseline": "3.6.2",
|
||||
"port-version": 1
|
||||
|
9
versions/l-/libremidi.json
Normal file
9
versions/l-/libremidi.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c1473e864943f0e6189d315c1eb09a77ce3a3f0",
|
||||
"version": "4.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user