Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:40 +03:00
parent 772ee6ee02
commit b9e6a282f6
2 changed files with 14 additions and 4 deletions
+14 -3
View File
@@ -1,10 +1,21 @@
name: asciidoc
description: Text based document generation
version: 10.2.1
revision: 1
url: https://asciidoc-py.github.io/
license: GPL2-or-later
architecture: any
depends: ["docbook-xsl-nons","libxslt","python3"]
optional_depends: ["graphviz","imagemagick"]
make_depends: ["python-build","python-installer","python-setuptools","python-wheel"]
output_architecture: any
type: source
depends:
- docbook-xsl-nons
- libxslt
- python3
optional_depends:
- graphviz
- imagemagick
make_depends:
- python-build
- python-installer
- python-setuptools
- python-wheel