[iowa-hills-dsp] Add new port (#37381)

This commit is contained in:
John Farrier 2024-04-01 19:20:11 -04:00 committed by GitHub
parent b498ce7132
commit 06cc58c7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,17 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hayguen/iowahills_dsp
REF "v${VERSION}"
SHA512 095fecb1a4bf074a3e11da7e6edaba4d375c5603bed5f2578b52f900dbd20ac59f2414a8f9432eba1742807fe8553cc1edd63606fc38400cdda77bf32ee49eb1
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,13 @@
{
"name": "iowa-hills-dsp",
"version": "0.1.0",
"description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.",
"homepage": "https://github.com/hayguen/iowahills_dsp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}

View File

@ -3644,6 +3644,10 @@
"baseline": "2020-09-14",
"port-version": 5
},
"iowa-hills-dsp": {
"baseline": "0.1.0",
"port-version": 0
},
"irrlicht": {
"baseline": "1.8.5",
"port-version": 0

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "1b8ddb77c959a1c4a95f69e10f621873d233557f",
"version": "0.1.0",
"port-version": 0
}
]
}