merged scripts

This commit is contained in:
λmolinae 2025-06-06 20:15:29 -06:00
commit 4b957e5039
4 changed files with 59 additions and 107 deletions

View file

@ -1,16 +1,27 @@
NAME,DESCRIPTION,GIT,
build-base,"Meta package for build base",D,
patch,"Utility to apply diffs to files",D,
tcc,"Tiny C Compiler",D,
tcc-libs,"Tiny C Compiler (libraries)",D,
tcc-libs-static,"Tiny C Compiler (static library)",D,
clang20,"C language family front-end for LLVM",D,
libinput,"Library for handling input devices",D,
clang20-extra-tools,"Extra tools built using Clang's tooling APIs",D,
tinymist,"Language service for Typst",D,
git,"Distributed version control system",D,
tar,"Utility used to store, backup, and transport files",D,
curl,"URL retrival utility and library",D,
wl-clipboard,"Command-line copy/paste utilities for Wayland",D,
bash,"The GNU Bourne Again shell",D,
libinput-dev,"Library for handling input devices (development files)",D,
wayland,"A computer display server protocol",D,
wayland-dev,"A computer display server protocol (development files)",D,
wlroots,"Modular Wayland compositor library",D,
wlroots-dev,"Modular Wayland compositor library (development files)",D,
libxkbcommon,"keyboard handling library",D,
libxkbcommon-dev,"keyboard handling library (development files)",D,
wayland-protocols,"Protocols and protocol extensions complementing the Wayland core protocol",D,
pkgconf,"development framework configuration tools",D,
neovim,"Vim-fork focused on extensibility and agility",D,
fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D,
ripgrep,"ripgrep combines the usability of The Silver Searcher with the raw speed of grep",D,
alsa-lib-dev,"Advanced Linux Sound Architecture (ALSA) library (development files)",D,
file-dev,"File type identification utility (development files)",D,
openssl-dev,"Toolkit for Transport Layer Security (TLS) (development files)",D,

1 NAME DESCRIPTION GIT
2 build-base Meta package for build base D
3 patch Utility to apply diffs to files D
4 tcc Tiny C Compiler D
5 tcc-libs Tiny C Compiler (libraries) D
6 tcc-libs-static Tiny C Compiler (static library) D
7 clang20 C language family front-end for LLVM D
8 libinput clang20-extra-tools Library for handling input devices Extra tools built using Clang's tooling APIs D
9 tinymist Language service for Typst D
10 git Distributed version control system D
11 tar Utility used to store, backup, and transport files D
12 curl URL retrival utility and library D
13 wl-clipboard Command-line copy/paste utilities for Wayland D
14 bash The GNU Bourne Again shell D
15 libinput-dev Library for handling input devices (development files) D
wayland A computer display server protocol D
16 wayland-dev A computer display server protocol (development files) D
wlroots Modular Wayland compositor library D
17 wlroots-dev Modular Wayland compositor library (development files) D
libxkbcommon keyboard handling library D
18 libxkbcommon-dev keyboard handling library (development files) D
19 wayland-protocols Protocols and protocol extensions complementing the Wayland core protocol D
20 pkgconf development framework configuration tools D
21 neovim Vim-fork focused on extensibility and agility D
22 fcft-dev Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files) D
23 ripgrep ripgrep combines the usability of The Silver Searcher with the raw speed of grep D
24 alsa-lib-dev Advanced Linux Sound Architecture (ALSA) library (development files) D
25 file-dev File type identification utility (development files) D
26 openssl-dev Toolkit for Transport Layer Security (TLS) (development files) D
27