Updated packages

This commit is contained in:
Eduard Urbach 2024-03-31 11:37:19 +02:00
parent a9b4fcbee2
commit d829d21394
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
5 changed files with 119 additions and 49 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-base
pkgver=1
pkgrel=3
pkgrel=4
pkgdesc="Base system configuration"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
@ -30,6 +30,7 @@ depends=(
'lsof'
'neovim'
'openssh'
'pacman-contrib'
'ripgrep'
'rsync'
'sudo'

View File

@ -1,57 +1,91 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop
pkgver=1
pkgrel=5
pkgrel=6
pkgdesc="Desktop packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'alacritty'
'blender'
# Audio
'tenacity'
'pipewire'
'pipewire-alsa'
'pipewire-jack'
'pipewire-pulse'
'wireplumber'
# Browser
'firefox'
# Editor
'code'
'cliphist'
'dmidecode'
'dnsmasq'
'eog'
# Email
'evolution'
'ffmpeg'
# Files
'ffmpegthumbnailer'
'file-roller'
'firefox'
'fuzzel'
'ghex'
'meld'
'nautilus'
# Images
'eog'
'gimp'
'gnome-keyring'
'godot'
'greetd'
'grim'
'iptables-nft'
# Kernel
'linux-zen'
'linux-zen-headers'
'mako'
'mangohud'
'meld'
'mpv'
'nautilus'
# Keys
'gnome-keyring'
'seahorse'
# Fonts
'noto-fonts'
'noto-fonts-cjk'
'noto-fonts-emoji'
'nvtop'
'nwg-look'
'obs-studio'
'pipewire'
'qemu-desktop'
'seahorse'
'slurp'
'tenacity'
'ttf-ubuntu-mono-nerd'
'ttf-ubuntu-nerd'
'transmission-gtk'
'virt-manager'
# Gamedev
'blender'
'godot'
'mangohud'
'vulkan-tools'
'waybar'
'wireplumber'
'wtype'
# Terminal
'alacritty'
# Torrents
'transmission-gtk'
# Utilities
'nvtop'
'nwg-look'
# Videos
'ffmpeg'
'mpv'
'obs-studio'
'yt-dlp'
# Virtualization
'dmidecode'
'dnsmasq'
'iptables-nft'
'qemu-desktop'
'virt-manager'
# Wayland
'cliphist'
'fuzzel'
'grim'
'greetd'
'mako'
'slurp'
'waybar'
'wtype'
)

View File

@ -1,16 +1,31 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-devel
pkgver=1
pkgrel=4
pkgrel=5
pkgdesc="Development packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'base-devel'
# C/C++
'clang'
'ldd'
# Go
'go'
'gopls'
# Godot
'pkgconf'
'scons'
# Lua
'lua'
'lua-language-server'
'nasm'
# Rust
'rust-analyzer'
'rustup'
)

View File

@ -1,18 +1,29 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-extra
pkgver=1
pkgrel=4
pkgrel=5
pkgdesc="Extra packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'ali'
'fdupes'
'git-lfs'
'httpie'
# Benchmarks
'hyperfine'
'lostfiles'
'nethogs'
# Debugging
'strace'
# File system
'fdupes'
'lostfiles'
# Git
'git-lfs'
# HTTP
'ali'
'httpie'
# Network
'nethogs'
)

View File

@ -1,19 +1,28 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-server
pkgver=1
pkgrel=3
pkgrel=4
pkgdesc="Server packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
'caddy'
# Email
'dovecot'
'fail2ban'
'gitea'
'grafana'
'linux'
'opendkim'
'postfix'
# Git
'gitea'
# Monitoring
'grafana'
'prometheus'
'prometheus-node-exporter'
# Security
'fail2ban'
# Web
'caddy'
)