Add configurations for tyr

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-05-06 19:51:07 +02:00
parent 84019aac75
commit fea711b84c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
27 changed files with 539 additions and 177 deletions

View file

@ -0,0 +1,8 @@
pkgbase = severin-cpu-amd
pkgver = 1.0.0
pkgrel = 1
arch = x86_64
license = MIT
depends = amd-ucode
pkgname = severin-cpu-amd

View file

@ -0,0 +1,16 @@
# Maintainer: Severin Kaderli <severin@kaderli.dev>
pkgname="severin-plasma"
pkgver=1.0.0
pkgrel=1
arch=('x86_64')
license=('MIT')
depends=(
# Meta Package
'plasma-meta'
# Applications
'konsole'
'okular'
'dolphin'
'ark'
)