          MODULE=linux-lts
         VERSION=6.12.62
            BASE=$(echo $VERSION | cut -d. -f1,2)
          SOURCE=linux-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
         SOURCE2=patch-$VERSION.xz
fi
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x
   SOURCE_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x
  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v6.x
  SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v6.x
      SOURCE_VFY=sha256:b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
     SOURCE2_VFY=sha256:aa4f5c21f07a4a9bb5a6c25383c7f9d9f50ef621ac606a0fe4edb875b6d901fc
        WEB_SITE=https://www.kernel.org/
         ENTERED=20111121
         UPDATED=20251212
           SHORT="The core of a Linux GNU Operating System"
     KEEP_SOURCE=on
           TMPFS=off

cat << EOF
This is the latest stable version the Linux kernel for Lunar Linux distro.
Linux is a clone of the Unix kernel, written from scratch by Linus Torvalds
with assistance from a loosely-knit team of hackers across the Net. It aims
towards POSIX and Single UNIX Specification compliance.
It has all the features you would expect in a modern fully-fledged Unix kernel,
including true multitasking, virtual memory, shared libraries, demand loading,
shared copy-on-write executables, proper memory management, and TCP/IP
networking.
EOF
