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

artileda/pm-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kartini

This a package manager inspired by crux, kiss linux package manager. so i build Kartini.

Setup

First, set environment variable.

export KARTINI_ROOT="/test" # put your desired root system path
export KARTINI_PATH=""
export KARTINI_CACHE=""

Then,

./kartini help

Make Package

This format following TOML.

name="kartini_base"
version="0.1"
depends=[
  # this contain depend with a package
]
sources=[
  # this contain source
  ["http://uwu/kartini.tar.xz"]
]

License

MIT