24 lines
385 B
Bash
24 lines
385 B
Bash
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
|
# shellcheck disable=SC2034
|
|
pkgname=serguzim-system-portalo
|
|
pkgver=1
|
|
pkgrel=1
|
|
epoch=
|
|
pkgdesc=""
|
|
arch=("any")
|
|
url="https://git.serguzim.me/serguzim/system"
|
|
license=("unknown")
|
|
groups=()
|
|
depends=(
|
|
"intel-ucode"
|
|
|
|
"amdgpu-fan" "radeontop"
|
|
"vulkan-radeon" "vulkan-amdgpu-pro"
|
|
|
|
"ckb-next"
|
|
)
|
|
source=()
|
|
sha256sums=()
|
|
backup=()
|
|
|
|
# vim: ft=sh
|