diff options
Diffstat (limited to 'scripts/templates')
| -rw-r--r-- | scripts/templates/CONTROL.in | 10 | ||||
| -rw-r--r-- | scripts/templates/vcpkg.json.in | 16 |
2 files changed, 16 insertions, 10 deletions
diff --git a/scripts/templates/CONTROL.in b/scripts/templates/CONTROL.in deleted file mode 100644 index 77f287e0a..000000000 --- a/scripts/templates/CONTROL.in +++ /dev/null @@ -1,10 +0,0 @@ -Source: @PORT@ -Version: -Homepage: -Description: -Build-Depends: -Default-Features: - -Feature: -Description: -Build-Depends:
\ No newline at end of file diff --git a/scripts/templates/vcpkg.json.in b/scripts/templates/vcpkg.json.in new file mode 100644 index 000000000..2e217387e --- /dev/null +++ b/scripts/templates/vcpkg.json.in @@ -0,0 +1,16 @@ +{ + "name": "@PORT@", + "version-string": "", + "homepage": "", + "description": "", + "dependencies": [], + + "default-features": [], + "features": [ + { + "name": "", + "description": "", + "dependencies": [] + } + ] +} |
