diff options
Diffstat (limited to 'ports/tiny-process-library')
| -rw-r--r-- | ports/tiny-process-library/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tiny-process-library/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/tiny-process-library/CONTROL b/ports/tiny-process-library/CONTROL deleted file mode 100644 index 2a6ad9955..000000000 --- a/ports/tiny-process-library/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: tiny-process-library
-Version: 2.0.4
-Description: A small platform independent library to create and stop new processes in C++
diff --git a/ports/tiny-process-library/vcpkg.json b/ports/tiny-process-library/vcpkg.json new file mode 100644 index 000000000..e6daaf322 --- /dev/null +++ b/ports/tiny-process-library/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "tiny-process-library", + "version-string": "2.0.4", + "port-version": 1, + "description": "A small platform independent library to create and stop new processes in C++" +} |
