Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.12 KB

cpk

GitHub release (latest SemVer including pre-releases)

Welcome to the repository for cpk alpha (Cub Package Manager).

Versions avaliable for spkg:

spkg(OpenTerm)
v0.11/Alpha

Why cpk?

OpenTerm does not have a inbuilt package manager (and it has a custom scripting system called Cub). Hence, I decided to write one in Cub. (By the way, spkg uses this repository by default.)

Installation

cpk was originally written for OpenTerm. You can download the alpha release by following the instructions below.

OpenTerm

Run these commands in your shell.

curl -O https://raw.githubusercontent.com/sn3ksoftware/cpk/testing/openterm/cpkinstall.tar.gz
tar -C ~/.scripts -zxvf cpkinstall.tar.gz
cpkinstall

(The installer is a bit buggy right now, so try running sandinstall muitiple times if it does not work the first time.

License

The entirety of the cpk code, including the installer, is distributed under the MIT License.