commit a6471ba

hovercats  ·  2025-06-02 10:41:58 +0000 UTC
parent 505ee90
add status list into README
1 files changed,  +17, -1
M README
M README
+17, -1
 1@@ -4,6 +4,19 @@ rcpm
 2 A simple package manager written in plan9's rc[1] shell.
 3 
 4 
 5+Status
 6+------
 7+[x] build packages
 8+[ ] conflict handling
 9+[x] fetch tarballs/submodules
10+[ ] handle dependencies
11+[x] print package manifest
12+[x] print package version/list of installed packages
13+[x] remove packages
14+[ ] update out-of-date pacakges
15+[ ] ...
16+
17+
18 Layout
19 ------
20 $pkg/
21@@ -13,12 +26,15 @@ $pkg/
22 	url (not if using submodule)
23 	ver
24 
25+
26 Requirements
27 ------------
28 - rc (Most implementations should work)
29 - POSIX utilities
30-- git
31+- git (optional, but required for submodule support)
32 - pax
33 
34 
35 [1] http://doc.cat-v.org/plan_9/2nd_edition/papers/rc
36+[2] https://github.com/dylanaraps/kiss
37+[3] https://github.com/oasislinux/oasis