From cdb72c3c0785143712ffcc3fe2c20ee127c0ebdd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 24 Feb 2026 18:36:07 +0200 Subject: [PATCH] Move dependencies to runtime dependencies --- pkg.info | 6 ++++-- source.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index b3137b1..a46d853 100644 --- a/pkg.info +++ b/pkg.info @@ -1,12 +1,14 @@ name: dev-tools description: The base set of developer tools for compiling packages for Tide Linux -version: "1.0" +version: 26.02.24 revision: 1 license: MIT +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source -depends: +runtime_depends: - bpm-utils - autoconf - automake diff --git a/source.sh b/source.sh index e88dec2..8ec1116 100644 --- a/source.sh +++ b/source.sh @@ -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" }