Initial commit
This commit is contained in:
parent
119135c7de
commit
998428ed32
9 changed files with 968 additions and 0 deletions
18
pkg/tdpeuter/PKGBUILD
Normal file
18
pkg/tdpeuter/PKGBUILD
Normal 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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue