Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:41 +03:00
parent 4902b5e1aa
commit 167c89d151
2 changed files with 31 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+31 -2
View File
@@ -1,7 +1,36 @@
name: base name: base
description: The base set of packages for TideLinux description: The base set of packages for TideLinux
version: 2.0 version: "2.0"
revision: 1
license: MIT license: MIT
architecture: any architecture: any
depends: ["filesystem","glibc","bash","coreutils","file","findutils","gawk","grep","procps-ng","sed","tar","gettext","pciutils","psmisc","shadow","util-linux","procps-ng","bzip2","gzip","xz-utils","bpm","enit","iana-etc","inetutils","iproute2","make-ca","tzdata"] output_architecture: any
type: source type: source
depends:
- filesystem
- glibc
- bash
- coreutils
- file
- findutils
- gawk
- grep
- procps-ng
- sed
- tar
- gettext
- pciutils
- psmisc
- shadow
- util-linux
- procps-ng
- bzip2
- gzip
- xz-utils
- bpm
- enit
- iana-etc
- inetutils
- iproute2
- make-ca
- tzdata