Import
This commit is contained in:
10
spm/pkg/HyperionOS-bash.pkg
Normal file
10
spm/pkg/HyperionOS-bash.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS bash",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "Basic bash shell for HyperionOS",
|
||||
"Dependencies": [
|
||||
"HyperionOS"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-kernel.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS-core.pkg
Normal file
10
spm/pkg/HyperionOS-core.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS core",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "Core system files and librarys for HyperionOS",
|
||||
"Dependencies": [
|
||||
"HyperionOS"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-core.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS-firmware-cct.pkg
Normal file
10
spm/pkg/HyperionOS-firmware-cct.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS CCT Firmware",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "The ComputerCraftTweaked firmware package for HyperionOS.",
|
||||
"Dependencies": [
|
||||
"HyperionOS-kernel"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-kernel.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS-firmware-oc.pkg
Normal file
10
spm/pkg/HyperionOS-firmware-oc.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS OC Firmware",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "The OpenComputers firmware package for HyperionOS.",
|
||||
"Dependencies": [
|
||||
"HyperionOS-kernel"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-kernel.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS-kernel.pkg
Normal file
10
spm/pkg/HyperionOS-kernel.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS Kernel",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "The kernel package for HyperionOS.",
|
||||
"Dependencies": [
|
||||
"HyperionOS"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-kernel.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS-units.pkg
Normal file
10
spm/pkg/HyperionOS-units.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS unit tests",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "HyperionOS testing units",
|
||||
"Dependencies": [
|
||||
"HyperionOS"
|
||||
],
|
||||
"Tar": "https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/tar/HyperionOS-units.tar.gz"
|
||||
}
|
||||
10
spm/pkg/HyperionOS.pkg
Normal file
10
spm/pkg/HyperionOS.pkg
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Name": "HyperionOS",
|
||||
"Version": "1.0.0",
|
||||
"Publishers": ["HyperionOS Dev Team"],
|
||||
"Description": "The install package for HyperionOS project.",
|
||||
"Dependencies": [
|
||||
"HyperionOS-kernel",
|
||||
"HyperionOS-core"
|
||||
]
|
||||
}
|
||||
13
spm/spm.src
Normal file
13
spm/spm.src
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Packages":{
|
||||
"HyperionOS":"https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/pkg/HyperionOS.pkg",
|
||||
"HyperionOS-core":"https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/pkg/HyperionOS-core.pkg",
|
||||
"HyperionOS-kernel":"https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/pkg/HyperionOS-kernel.pkg",
|
||||
"HyperionOS-firmware-cct":"https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/pkg/HyperionOS-firmware-cct.pkg",
|
||||
"HyperionOS-firmware-oc":"https://git.astronand.dev/Hyperion/HyperionOS/raw/branch/main/spm/pkg/HyperionOS-firmware-oc.pkg"
|
||||
},
|
||||
"Nodes":[
|
||||
"https://git.astronand.dev/Astronand/HyperionOS-packages/raw/branch/main/spm.src"
|
||||
],
|
||||
"Blacklist":[]
|
||||
}
|
||||
Reference in New Issue
Block a user