diff options
| author | myd7349 <myd7349@gmail.com> | 2019-09-07 05:57:50 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-09-06 14:57:50 -0700 |
| commit | 8e2f0c7c12d0643b7b3d67cca01665080a2abe23 (patch) | |
| tree | 2a1426a5fab3328c94e71c1d042d08e86c08702f /ports/nativefiledialog/CONTROL | |
| parent | 2fb3debcffd37b9a91c15ab912b1dcfef5b1a0fd (diff) | |
| download | vcpkg-8e2f0c7c12d0643b7b3d67cca01665080a2abe23.tar.gz vcpkg-8e2f0c7c12d0643b7b3d67cca01665080a2abe23.zip | |
[nativefiledialog] Add new port (#7944)
* [nativefiledialog] Add new port
* [nativefiledialog] Use zenity if GTK3 not found
* Add UWP fatal error
Diffstat (limited to 'ports/nativefiledialog/CONTROL')
| -rw-r--r-- | ports/nativefiledialog/CONTROL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/nativefiledialog/CONTROL b/ports/nativefiledialog/CONTROL new file mode 100644 index 000000000..60aca3c45 --- /dev/null +++ b/ports/nativefiledialog/CONTROL @@ -0,0 +1,7 @@ +Source: nativefiledialog
+Version: 2019-08-28
+Description: A tiny, neat C library that portably invokes native file open and save dialogs
+Homepage: https://github.com/mlabbe/nativefiledialog
+
+Feature: zenity
+Description: Using Zenity backend on Linux
|
