extra/kernel-headers-musl to 4.19.88-3

This commit is contained in:
Kevin Mihelich 2024-09-19 10:27:41 +00:00
parent d966c8a3ea
commit 71bb4076cd
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,12 @@
pkgbase = kernel-headers-musl
pkgdesc = Linux kernel headers sanitized for use with musl libc
pkgver = 4.19.88
pkgrel = 3
url = https://github.com/sabotage-linux/kernel-headers
arch = x86_64
license = LGPL
depends = musl
source = kernel-headers-musl-4.19.88.tar.gz::https://github.com/sabotage-linux/kernel-headers/archive/v4.19.88.tar.gz
sha512sums = db0239c40399c89cc250b9f1f53b7ec4eb119fde6b25c503aef7e88b80694df3a5e89196a22e66376731764bac83d9120794ee6c601a95b824f1ab770cb45a61
pkgname = kernel-headers-musl

View file

@ -0,0 +1,4 @@
[kernel-headers-musl]
source = "git"
git = "https://github.com/sabotage-linux/kernel-headers.git"
prefix = "v"

View file

@ -7,7 +7,7 @@
pkgname=kernel-headers-musl
pkgver=4.19.88
pkgrel=2
pkgrel=3
pkgdesc="Linux kernel headers sanitized for use with musl libc"
arch=('x86_64')
url="https://github.com/sabotage-linux/kernel-headers"