forked from kamber-linux/neko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneko.1
30 lines (30 loc) · 803 Bytes
/
neko.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH NEKO 1
.SH NAME
neko \- WIP package manager written in POSIX shell / utilities
.SH SYNOPSIS
.B neko
[\fIOPTIONS\fR] [\fIPKG\fR]
.SH DESCRIPTION
This is a WIP package manager inspired by VOID's xbps-src bash script package builder.
.SH OPTIONS
.TP
.BR "init"
Will initialize the environment for building packages and update changes made in srcpkgs
.TP
.BR "clean"
Cleans up the source directory
.TP
.BR "zap"
Will totally remove everything from the neko base directory
.TP
.BR "pkg \fIPKG\fR"
Will build and install \fIPKG\fR into the master directory
.TP
.BR "em, emerge \fIPKG\fR"
Will build \fIPKG\fR into the master directory and install to the system
.TP
.BR "find \fIPKG\fR"
Will search for and list \fIPKG\fR from srcpkgs
.TP
.BR "uninstall \fIPKG\fR"
Will uninstall \fIPKG\fR from the system