Initial commit

This commit is contained in:
Tibo De Peuter 2022-10-26 01:02:34 +02:00
parent 119135c7de
commit 998428ed32
9 changed files with 968 additions and 0 deletions

18
pkg/tdpeuter/PKGBUILD Normal file
View file

@ -0,0 +1,18 @@
# 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() {
provides=(tdpeuter-devel)
depends=(base linux linux-firmware)
depends+=(traceroute)
}