Move dependencies to runtime dependencies

This commit is contained in:
2026-02-24 18:36:07 +02:00
parent 07cfe153a5
commit cdb72c3c07
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {
echo "The base package does not include any files by itself as its purpose is to serve as a quick way to install the basic tools needed for Tide Linux package compilation"
echo "The dev-tools package does not include any files by itself as its purpose is to serve as a quick way to install the basic tools needed for Tide Linux package compilation"
}