fix(packages): YAML syntax

This commit is contained in:
Matthieu Bessat 2024-08-12 15:05:48 +02:00
parent b746f04cef
commit 0983d7c03d

View file

@ -1,3 +1,4 @@
---
common: common:
base: base:
- linux-headers - linux-headers
@ -31,9 +32,11 @@ common:
- ddcutil - ddcutil
_: _:
- acpi - acpi
- smartmontools # monitor drive (SSD) health - name: smartmontools
desc: monitor drive (SSD) health
- lshw - lshw
- dmidecode # to list memory slots - name: dmidecode
desc: to list memory slots
- usbutils - usbutils
- brightnessctl - brightnessctl
- lm_sensors - lm_sensors
@ -88,10 +91,11 @@ common:
- fx - fx
- name: jc - name: jc
desc: Adapter to convert regular command to JSON output desc: Adapter to convert regular command to JSON output
yaml: yaml:
- yq - yq
csv: csv:
- xsv # rust CSV toolkit - name: xsv
desc: rust CSV toolkit
language: language:
ocr: ocr:
- tesseract - tesseract
@ -103,7 +107,7 @@ common:
- hunspell-fr - hunspell-fr
mail: mail:
- s-nail - s-nail
fun: fun:
- figlet - figlet
- cowsay - cowsay
- aur/boxes - aur/boxes
@ -112,10 +116,14 @@ common:
- unzip - unzip
- zip - zip
bureautique: bureautique:
- unoconv # can be used to export ODT to pdf - name: unoconv
- pandoc # general purpose document converter desc: can be used to export ODT to pdf
- typst # an alternative to latex - name: pandoc
- aur/marp-cli-bin # create presentation from markdown desc: general purpose document converter
- name: typst
desc: an alternative to latex
- name: aur/marp-cli-bin
desc: create presentation from markdown
- graphviz - graphviz
latex: latex:
- texlive-basic - texlive-basic
@ -124,7 +132,8 @@ common:
- texlive-fontsrecommended - texlive-fontsrecommended
- texlive-fontsextra - texlive-fontsextra
math: math:
- libqalculate # qalc - name: libqalculate
desc: Provide Qalc
git: git:
- aur/gitwatch-git - aur/gitwatch-git
- tig - tig
@ -150,7 +159,8 @@ common:
- gnu-netcat - gnu-netcat
- wireguard-tools - wireguard-tools
- tcpdump - tcpdump
- socat # TCP proxy or relay - name: socat
desc: TCP proxy or relay
- rsync - rsync
- rclone - rclone
- whois - whois
@ -160,7 +170,8 @@ common:
- strace - strace
- wireshark-cli - wireshark-cli
- name: binwalk - name: binwalk
desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/) desc: Inspect a binary to search for embeded files and binaries
url: https://www.kali.org/tools/binwalk/
- name: aur/libtree - name: aur/libtree
desc: Inspect a binary and output of tree of system libraries desc: Inspect a binary and output of tree of system libraries
@ -183,8 +194,7 @@ common:
android: android:
- scrcpy - scrcpy
- kdeconnect - kdeconnect
geo: [] geo: [] # todo
#- aur/osmium-tool
random_gen: random_gen:
- python-faker - python-faker
- aur/uuid - aur/uuid
@ -410,7 +420,6 @@ common:
- celluloid - celluloid
- vlc - vlc
- obs-studio - obs-studio
#- kdenlive
3d: 3d:
- openscad - openscad
- blender - blender
@ -426,7 +435,7 @@ common:
desc: Light QT GUI to navigate sqlite desc: Light QT GUI to navigate sqlite
remote_access: remote_access:
- remmina - remmina
#- remmina-plugin-rdesktop - aur/remmina-plugin-rdesktop
_: _:
- name: aur/screen-message - name: aur/screen-message
description: Utility to write in big on the screen description: Utility to write in big on the screen
@ -459,3 +468,6 @@ hashicorp:
- name: vault - name: vault
alias: hvault alias: hvault
extra_video:
- name: kdenlive
desc: video editor