diff --git a/pkg.info b/info.yml similarity index 70% rename from pkg.info rename to info.yml index 9861efc..6e92e8f 100644 --- a/pkg.info +++ b/info.yml @@ -1,9 +1,11 @@ name: docbook-xml description: XML scheme for writing documentation version: "4.5" -revision: 2 +revision: 3 url: https://www.oasis-open.org/docbook/ license: MIT +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source @@ -13,6 +15,6 @@ make_depends: - libxml2 - unzip downloads: - - url: https://www.docbook.org/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip + - url: https://www.oasis-open.org/docbook/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip extract_to: ${BPM_SOURCE} checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4 diff --git a/source.sh b/recipe.sh similarity index 98% rename from source.sh rename to recipe.sh index 619588d..3ec71ad 100644 --- a/source.sh +++ b/recipe.sh @@ -1,4 +1,4 @@ -# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package +# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT