diff options
Diffstat (limited to 'ports/libspnav')
| -rw-r--r-- | ports/libspnav/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libspnav/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/libspnav/CONTROL b/ports/libspnav/CONTROL deleted file mode 100644 index d1012d154..000000000 --- a/ports/libspnav/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: libspnav -Version: 0.2.3 -Homepage: https://github.com/FreeSpacenav/libspnav -Description: Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices. -Supports: linux diff --git a/ports/libspnav/vcpkg.json b/ports/libspnav/vcpkg.json new file mode 100644 index 000000000..f3bb1f791 --- /dev/null +++ b/ports/libspnav/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "libspnav", + "version-string": "0.2.3", + "port-version": 1, + "description": "Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices.", + "homepage": "https://github.com/FreeSpacenav/libspnav", + "supports": "linux" +} |
