Add configurations for tyr
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84019aac75
commit
fea711b84c
27 changed files with 539 additions and 177 deletions
8
.install/PKGBUILDs/severin-plasma/.SRCINFO
Normal file
8
.install/PKGBUILDs/severin-plasma/.SRCINFO
Normal 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
|
16
.install/PKGBUILDs/severin-plasma/PKGBUILD
Normal file
16
.install/PKGBUILDs/severin-plasma/PKGBUILD
Normal 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'
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue