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

illiliti/king

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

king

Next generation of the KISS package manager

Unstable but usable. Breakage is still possible though

Dependencies

  • Go >= 1.16 (build time)

Installation

# change directory to cli sources
cd cmd/king

# build dynamic binary
go build

# build static binary
go build -tags 'osusergo netgo'

# build static binary, strip debug symbols and trim internal paths. best choice!
go build -tags 'osusergo netgo' -ldflags '-s -w' -trimpath