mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:39:01 +08:00
76ab38bbd9
* [iir1] Add new port * [iir1] Update portfile.cmake Note: - Replace vcpkg_download_distfile() with vcpkg_from_github() function * [iir1] Update vcpkg.json Note: - Modify manifest property of package version * [iir1] Precede four space before each parameter in the vcpkg_from_github() * [iir1] Update iir1.json * Update ports/iir1/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: YiChih Wang <andywang0607@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"name": "iir1",
|
|
"version": "1.8.0",
|
|
"description": "Realtime C++ filter library",
|
|
"homepage": "https://github.com/berndporr/iir1",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !osx"
|
|
}
|