Skip to content

Repository files navigation

pkg

a simple c/c++ package manager based on source code.

Usage

  • Quick Start
$ go get -u github.com/genshen/pkg/pkg
# generate a new "package.yaml"
$ pkg init
# install a package,type can be "git", "tar", "files" for now. $ pkg fetch <type> <packagename>
# build and install packages from "package.yaml" file.
$ pkg install
# build and install a package specified by argument --pkg.
$ pkg install -pkg=<package_name> # or: pkg install --pkg <package_name>

About

A simple and experimental c/c++ package manager

Topics

Resources

Stars

12 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages