12 lines
251 B
Text
12 lines
251 B
Text
name="linux-kernel"
|
|
version="6.14.5"
|
|
revision=1
|
|
source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.5.tar.xz")
|
|
|
|
build() {
|
|
echo "Build function not implemented"
|
|
}
|
|
|
|
pak() {
|
|
echo "Packaging function not implemented"
|
|
}
|