aboutsummaryrefslogtreecommitdiff
path: root/ports/libproxy
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libproxy')
-rw-r--r--ports/libproxy/CONTROL26
-rw-r--r--ports/libproxy/vcpkg.json33
2 files changed, 33 insertions, 26 deletions
diff --git a/ports/libproxy/CONTROL b/ports/libproxy/CONTROL
deleted file mode 100644
index 1855f9947..000000000
--- a/ports/libproxy/CONTROL
+++ /dev/null
@@ -1,26 +0,0 @@
-Source: libproxy
-Version: 0.4.15-2
-Homepage: https://github.com/libproxy/libproxy
-Description: libproxy is a library that provides automatic proxy configuration management.
-Build-Depends: libmodman
-
-Feature: bindings-csharp
-Description: Install C# bindings
-
-Feature: bindings-python
-Description: Install Python bindings
-
-Feature: bindings-perl
-Description: Install PERL bindings
-
-Feature: bindings-ruby
-Description: Install Ruby bindings
-
-Feature: bindings-vala
-Description: Install Vala bindings
-
-Feature: tools
-Description: build tools
-
-Feature: tests
-Description: Build libproxy tests
diff --git a/ports/libproxy/vcpkg.json b/ports/libproxy/vcpkg.json
new file mode 100644
index 000000000..8f3965104
--- /dev/null
+++ b/ports/libproxy/vcpkg.json
@@ -0,0 +1,33 @@
+{
+ "name": "libproxy",
+ "version-string": "0.4.15",
+ "port-version": 3,
+ "description": "libproxy is a library that provides automatic proxy configuration management.",
+ "homepage": "https://github.com/libproxy/libproxy",
+ "dependencies": [
+ "libmodman"
+ ],
+ "features": {
+ "bindings-csharp": {
+ "description": "Install C# bindings"
+ },
+ "bindings-perl": {
+ "description": "Install PERL bindings"
+ },
+ "bindings-python": {
+ "description": "Install Python bindings"
+ },
+ "bindings-ruby": {
+ "description": "Install Ruby bindings"
+ },
+ "bindings-vala": {
+ "description": "Install Vala bindings"
+ },
+ "tests": {
+ "description": "Build libproxy tests"
+ },
+ "tools": {
+ "description": "build tools"
+ }
+ }
+}