diff options
Diffstat (limited to 'vcpkg/ports/libdisasm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdisasm/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libdisasm/vcpkg.json b/vcpkg/ports/libdisasm/vcpkg.json new file mode 100644 index 0000000..d5a6f41 --- /dev/null +++ b/vcpkg/ports/libdisasm/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libdisasm", + "version": "0.23", + "port-version": 11, + "description": "x86 Disassembler Library.", + "homepage": "https://sourceforge.net/projects/bastard", + "license": "ClArtistic", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |