diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-13 00:24:43 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-13 00:30:00 +0200 |
commit | 33649658a166cf5b45e71aaf21368bdff6727eaa (patch) | |
tree | ed4d89f33d60fffe7cbc5c5f6c19dba723171353 /alternatives | |
parent | 910b368c74f63dd0277fe9785b1a813b99a5916d (diff) | |
download | repository-33649658a166cf5b45e71aaf21368bdff6727eaa.tar.gz |
linux-headers: add new package at lts
Diffstat (limited to 'alternatives')
7 files changed, 16 insertions, 0 deletions
diff --git a/alternatives/linux-headers-lts/README.md b/alternatives/linux-headers-lts/README.md new file mode 100644 index 00000000..bbad75ab --- /dev/null +++ b/alternatives/linux-headers-lts/README.md @@ -0,0 +1,6 @@ +LTS Linux Headers +================= + +This repository provides the latest LTS headers instead of the latest stable +kernel. You can check <https://fossil.carbslinux.org/linux-headers> to see other +branches to check out. diff --git a/alternatives/linux-headers-lts/linux-headers/build b/alternatives/linux-headers-lts/linux-headers/build new file mode 100755 index 00000000..4dfd545d --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr ARCH=x86 DESTDIR="$1" install diff --git a/alternatives/linux-headers-lts/linux-headers/checksums b/alternatives/linux-headers-lts/linux-headers/checksums new file mode 100644 index 00000000..e7b37941 --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/checksums @@ -0,0 +1 @@ +%BLAKE3 diff --git a/alternatives/linux-headers-lts/linux-headers/depends b/alternatives/linux-headers-lts/linux-headers/depends new file mode 100644 index 00000000..ea8ddfff --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/depends @@ -0,0 +1 @@ +rsync make diff --git a/alternatives/linux-headers-lts/linux-headers/meta b/alternatives/linux-headers-lts/linux-headers/meta new file mode 100644 index 00000000..24d29dc6 --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/meta @@ -0,0 +1,3 @@ +description: Linux kernel headers +license: GPL-2.0-only +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/alternatives/linux-headers-lts/linux-headers/sources b/alternatives/linux-headers-lts/linux-headers/sources new file mode 100644 index 00000000..d15ed5a9 --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/sources @@ -0,0 +1 @@ +fossil+https://fossil.carbslinux.org/linux-headers@lts diff --git a/alternatives/linux-headers-lts/linux-headers/version b/alternatives/linux-headers-lts/linux-headers/version new file mode 100644 index 00000000..50257898 --- /dev/null +++ b/alternatives/linux-headers-lts/linux-headers/version @@ -0,0 +1 @@ +lts 1 |