Skip to content

Commit

Permalink
[iowa-hills-dsp] Add new port (microsoft#37381)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalInBlue authored Apr 1, 2024
1 parent b498ce7 commit 06cc58c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ports/iowa-hills-dsp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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")
13 changes: 13 additions & 0 deletions ports/iowa-hills-dsp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/i-/iowa-hills-dsp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "1b8ddb77c959a1c4a95f69e10f621873d233557f",
"version": "0.1.0",
"port-version": 0
}
]
}

0 comments on commit 06cc58c

Please sign in to comment.