Replace .compilation-options with output_architecture
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user