pub2port: a MacPorts (partial) portfile generator for Dart projects

pub2port is a tool for generating pub.packages stanzas for use in MacPorts portfiles that build projects written in Dart.

Installation

Install with MacPorts:

sudo port install pub2port

Or with Dart:

dart pub global activate pub2port

Usage

Generate from a local file:

pub2port path/to/pubspec.lock

Or from a remote file like so:

curl https://example.com/git/raw/pubspec.lock | pub2port

License

pub2port is available under the three-clause BSD license.

See also

Libraries

pub2port