Skip to content

Releases: genshen/pkg

v0.3.0

12 Sep 15:25

Choose a tag to compare

Features:

  • http authentication support for cloning private repositories.
  • --sh option for install subcommand to generate building shell script file.

Refactor

  • refactor fetch and install command.

v0.3.0-alpha

12 Jun 07:14

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release

Features:

http authentication for cloning private dependencies.

v0.2.0

14 Mar 06:53

Choose a tag to compare

Features:

  • new commands: import and export;
  • verbose option for install command.

v0.2.0-beta

13 Nov 05:38

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

Features:

  • add feature of building and installing a specific package.
  • add colorful level log.

Break changes:

  • change pkg.json to pkg.yaml format, see example/pkg.yaml for more details.

v0.2.0-alpha

01 Aug 16:36

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

Features

  • download source code
  • build source code and install code to vendor/pkg directory
  • customize your build instruction to build source code
  • generate cmake file to include dependency lib to use