Added more packages

This commit is contained in:
Eduard Urbach 2024-03-30 20:40:59 +01:00
parent 36fb0f89ee
commit af4e068d4c
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop
pkgver=1
pkgrel=2
pkgrel=3
pkgdesc="Desktop packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
@ -11,6 +11,8 @@ depends=(
'blender'
'code'
'cliphist'
'dmidecode'
'dnsmasq'
'eog'
'evolution'
'ffmpegthumbnailer'
@ -23,10 +25,12 @@ depends=(
'godot'
'greetd'
'grim'
'iptables-nft'
'linux-zen'
'meld'
'mpv'
'nautilus'
'nvtop'
'obs-studio'
'pipewire'
'qemu-desktop'
@ -35,4 +39,6 @@ depends=(
'tenacity'
'transmission-gtk'
'virt-manager'
'wireplumber'
'wtype'
)

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-extra
pkgver=1
pkgrel=1
pkgrel=2
pkgdesc="Extra packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
@ -14,4 +14,5 @@ depends=(
'httpie'
'hyperfine'
'lostfiles'
'nethogs'
)

View File

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