Created
March 9, 2023 12:27
-
-
Save zsien/2becd9a65c560942799998952c5bb463 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Commented entries have reasonable defaults. | |
| ### Uncomment to edit them. | |
| # Source: <source package name; defaults to package name> | |
| Section: misc | |
| Priority: optional | |
| # Homepage: <enter URL here; no default> | |
| Standards-Version: 3.9.2 | |
| Package: flutter-deps | |
| Version: 1.0 | |
| Maintainer: zsien <[email protected]> | |
| # Pre-Depends: <comma-separated list of packages> | |
| Depends: | |
| clang, | |
| cmake, | |
| libgtk-3-dev, | |
| ninja-build, | |
| pkg-config, | |
| # Recommends: <comma-separated list of packages> | |
| # Suggests: <comma-separated list of packages> | |
| # Provides: <comma-separated list of packages> | |
| # Replaces: <comma-separated list of packages> | |
| Architecture: all | |
| # Multi-Arch: <one of: foreign|same|allowed> | |
| # Copyright: <copyright file; defaults to GPL2> | |
| # Changelog: <changelog file; defaults to a generic changelog> | |
| # Readme: <README.Debian file; defaults to a generic one> | |
| # Extra-Files: <comma-separated list of additional files for the doc directory> | |
| # Links: <pair of space-separated paths; First is path symlink points at, second is filename of link> | |
| # Files: <pair of space-separated paths; First is file to include, second is destination> | |
| # <more pairs, if there's more than one file to include. Notice the starting space> | |
| Description: Flutter dependencies - metapackage | |
| This package is a metapackage that, when installed, guarantees | |
| that (most of) a full dependecies of Flutter is installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment