Move dependencies to runtime dependencies
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user