Skip to content

A simple meta package manager which just stores shell commands for install / update / remove pkg.

License

Notifications You must be signed in to change notification settings

ngicks/ngpkgmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngpkgmgr

A simple meta package manager which just stores shell commands for install / update / remove(WIP) pkg.

prerequisits

  • 7z (unzipping)
  • jq (json manipulation)
  • dasel (transofrming toml to json)
  • ./cmd/picklatest (picking latest LTS(even major version) of nodejs)
  • ./cmd/gobuildinfo (simple wrapper of buildinfo.ReadFile. As of Go 1.24, VCS info is embedded as build info.)
sudo apt update && sudo apt install -y p7zip-full jq dasel
mkdir ~/bin
cp ./prebuilt/linux-amd64/* ~/bin/

About

A simple meta package manager which just stores shell commands for install / update / remove pkg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published