diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-16 21:32:59 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-16 21:32:59 +0100 |
| commit | 68b23aae3c33952985cd5eaa6adf9bce87a39b26 (patch) | |
| tree | 4a9c3650b06f1cc323f9d4add258795fc3094650 | |
| parent | daa735a9e7e9482ca4b5d213fc2fbfba0c115f87 (diff) | |
Give better descriptions to package names
| -rw-r--r-- | packages.csv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages.csv b/packages.csv index b66b411..d5c305e 100644 --- a/packages.csv +++ b/packages.csv @@ -1,10 +1,10 @@ #Tag, Name, Description -,base-devel,is needed to compile software +,base-devel,contains tools to compile software ,git,is needed to install software from git repositories -,libx11,is required to compile some software -,libxft,is required to compile some software -,sudo,allows root to install software as a different user -,terminus-font,is a monospace font that can be used in st. +,libx11,is a dependency when compiling some software +,libxft,is a dependency when compiling some software +,sudo,allows users to run commands as root +,terminus-font,is a monospace font that can be used in st ,xorg-server,is the display server ,xorg-xinit,will allow us to start the display server G,https://github.com/davidtsadler/dmenu.git,is a dynamic menu |
