mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[iowa-hills-dsp] Add new port (#37381)
This commit is contained in:
parent
b498ce7132
commit
06cc58c7ee
17
ports/iowa-hills-dsp/portfile.cmake
Normal file
17
ports/iowa-hills-dsp/portfile.cmake
Normal 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")
|
13
ports/iowa-hills-dsp/vcpkg.json
Normal file
13
ports/iowa-hills-dsp/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
|
9
versions/i-/iowa-hills-dsp.json
Normal file
9
versions/i-/iowa-hills-dsp.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1b8ddb77c959a1c4a95f69e10f621873d233557f",
|
||||
"version": "0.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user