This commit is contained in:
Tibo De Peuter 2022-10-25 23:29:25 +02:00
parent ebab4b1066
commit beda574ab8
5 changed files with 942 additions and 0 deletions

14
pkg/tdpeuter/PKGBUILD Normal file
View file

@ -0,0 +1,14 @@
# Maintainer: Tibo De Peuter <tibo.depeuter@gmail.com>
pkgbase=tdpeuter
pkgname=(tdpeuter-base)
pkgver=0.0.1
pkgrel=1
pkgdesc="Sysconfig for my systems"
arch=(any)
url="https://github.com/tdpeuter/sisyphus"
license=(GPL)
groups=(tdpeuter)
package_tdpeuter-base() {
depends=(base linux linux-firmware)
}