the Greyface package manager
Go to file
Czar 03594eecff Add 'README.md' 2020-09-14 23:02:48 +02:00
info first commit 2020-09-14 17:09:51 -03:00
tree/usr/local/bin first commit 2020-09-14 17:09:51 -03:00
README.md Add 'README.md' 2020-09-14 23:02:48 +02:00
gkp first commit 2020-09-14 17:09:51 -03:00
greyface first commit 2020-09-14 17:09:51 -03:00

README.md

greyface

the Greyface package manager


                       __
  __ _ _ __ ___ _   _ / _| __ _  ___ ___
 / _` | '__/ _ \ | | | |_ / _` |/ __/ _ \
| (_| | | |  __/ |_| |  _| (_| | (_|  __/
 \__, |_|  \___|\__, |_|  \__,_|\___\___|
 |___/          |___/

greyface - the Greyface package manager 
Kyle Czar <czar at kalli dot st>

Usage:
  greyface install <gkp>	install package from .gkp file
  greyface remove <package>  	remove an installed package
  greyface update <gkp>      	update an already installed package
  greyface list	[package]      	list installed packages
  greyface --version	     	show program version and exit
  greyface --help            	show this help message

gkp

greyface magick packager

       _          
  __ _| | ___ __  
 / _` | |/ / '_ \ 
| (_| |   <| |_) |
 \__, |_|\_\ .__/ 
 |___/     |_|    

gkp - greyface magick packager
Kyle Czar <czar at kalli dot st>

Usage:
 gkp
 gkp --help

Example package structure

.
├── info
│   ├── name
│   └── version
└── tree
    └── usr
        └── local
            └── bin
                ├── gkp
                └── greyface

Use the /usr/local directory for gkp files

Run gkp inside the package folder to generate the gkp package

$ gkp
Packaged succesfully.