pub2yocto 0.4.3
pub2yocto: ^0.4.3 copied to clipboard
A Dart package to convert pubspec.lock file to Yocto recipes.
0.4.3 #
- Improve null handling in HostedPubEntry class
0.4.2 #
- Use achieved sha256 value from hosted
- Ignore '.git' suffix on git repository address
- Refactor writeAsRecipe to more readibility
0.4.1 #
- Fixed bug on git src name of SRC_URI
0.4.0 #
- Fixed the entries for the git type in the generated recipe files.
0.3.2 #
- Change output file suffix to '.inc'
0.3.1 #
- Added support for SHA256 checksum calculation of the
pubspec.lockfile. This ensures the integrity with current pubspec lock. - Fixed static analysis issues.
0.3.0 #
Added #
- Added links for more information
- Introduced a badge to show the latest version available on pub.dev.
- A new CLI option
-d, --download-prefixto specify the download directory prefix for hosted dependencies. This enhancement allows for customization of the directory structure of downloaded packages in the README and reflected in the source code handling. - The functionality to compute and append a custom
downloadfilenameto SRC_URI in Yocto recipes based on the newdownload-prefixoption. This is aimed at offering greater flexibility and organization for managing package downloads.
Changed #
- Updated the package version in
pubspec.yamland README documentation to^0.3.0. - Improved the file generation comment in
pub2yocto.dartfor clarity, indicating that the file is generated by pub2yocto.
0.2.1 #
- Add example code and also included an explanation of the example in the README file
0.2.0 #
- Support git type pub entries
0.1.1 #
- Improve parsing logic for general hosted server.
0.1.0 #
- Initial version.