vcpkg/ports/lightningscanner/vcpkg.json
localcc ca2a346767
[lightningscanner] add new port (#31631)
* [lightningscanner] add new port

* update versions

* [lightningscanner] fix portfiles

* update versions
2023-05-30 12:28:14 -07:00

19 lines
432 B
JSON

{
"name": "lightningscanner",
"version": "1.0.0",
"description": "A lightning-fast memory signature/pattern scanner, capable of scanning gigabytes of data per second.",
"homepage": "https://localcc.github.io/LightningScanner/",
"license": "MIT",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}