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
+4 -2
View File
@@ -1,12 +1,14 @@
name: dev-tools name: dev-tools
description: The base set of developer tools for compiling packages for Tide Linux description: The base set of developer tools for compiling packages for Tide Linux
version: "1.0" version: 26.02.24
revision: 1 revision: 1
license: MIT license: MIT
maintainers:
- [email protected]
architecture: any architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: runtime_depends:
- bpm-utils - bpm-utils
- autoconf - autoconf
- automake - automake
+1 -1
View File
@@ -5,5 +5,5 @@
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { 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"
} }