pub2port 0.0.1 copy "pub2port: ^0.0.1" to clipboard
pub2port: ^0.0.1 copied to clipboard

A MacPorts (partial) portfile generator for Dart projects

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 #

0
likes
140
points
3
downloads

Publisher

verified publishermadlon-kay.com

Weekly Downloads

A MacPorts (partial) portfile generator for Dart projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, pubspec_lock

More

Packages that depend on pub2port