blob: df44ee75cec41e9254deeaa54341ca95224b24da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgname=rwth-linux-kernel-programming
#use the year of the course as version
pkgver=2024
pkgrel=1
pkgdesc='Needed tools to for RWTH lecture \"Linux Kernel Programming\"'
url='https://teaching.os.rwth-aachen.de/LKP/'
arch=('any')
license=('GPL')
options=('!debug')
depends=(
base-devel
bc # kernel build dep
cpio # lab dependency
git
perl-authen-sasl # git send-email
perl-io-socket-ssl # git send-email
perl-mime-tools # git send-email
qemu-desktop # run the provided vm
)
|