mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
15 lines
454 B
Bash
15 lines
454 B
Bash
# Template file for 'linux-mainline'
|
|
pkgname=linux-mainline
|
|
version=6.7
|
|
revision=1
|
|
build_style=meta
|
|
depends="linux${version} linux-base"
|
|
short_desc="Linux latest mainline kernel meta package (for experts only)"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="http://www.voidlinux.org/"
|
|
|
|
linux-mainline-headers_package() {
|
|
short_desc="Linux latest mainline kernel headers meta package"
|
|
depends="linux${version}-headers"
|
|
}
|