commit f704604

chld  ·  2026-02-07 17:24:24 +0000 UTC
parent 6544824
readmne
1 files changed,  +4, -1
+4, -1
 1@@ -2,7 +2,6 @@
 2 `dgr` is a small `libdmake.sh` helper written in Golang
 3 to help with managing [derivelinux](https://derivelinux.org) [ports](https://codeberg.org/derivelinux/ports).
 4 
 5-this `libdmake.sh` implementation probably and **will** supports standard enviroment variable conventions as `dtr` does.   
 6 so, what do we have?
 7 
 8 - [X] syncing
 9@@ -26,6 +25,10 @@ i want it to be simple as possible for *my* personal use, doing things like
10 
11 - dependency handling
12 - uhh basic package manager things
13+   
14+`dtr` has also [and will] borrowed the following ideas:
15+- [a manifest](https://codeberg.org/kiss-community/kiss/raw/branch/master/kiss)
16+- [subdirectories for installed packages](https://codeberg.org/kiss-community/kiss/raw/branch/master/kiss)
17 
18 ## credits
19 thanks [shrub](https://sr.ht/~shrub900), for creating [derive](https://derivelinux.org) ~~and probably disencouraging me to end this project sooner or later~~.