From 815037b40ad37e8a0c9a9fe4eb2bd9d4db1f2cb3 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 19:59:25 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 11 +++++------ source.sh => recipe.sh | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) rename pkg.info => info.yml (56%) rename source.sh => recipe.sh (92%) diff --git a/pkg.info b/info.yml similarity index 56% rename from pkg.info rename to info.yml index ae4d6e8..a07ecef 100644 --- a/pkg.info +++ b/info.yml @@ -1,7 +1,7 @@ name: gpgmepp description: C++ bindings for gpgme version: 2.1.0 -revision: 1 +revision: 2 url: https://gnupg.org/software/gpgme/index.html license: LGPL2-or-later maintainers: @@ -16,8 +16,7 @@ depends: make_depends: - cmake downloads: - - url: https://dev.gnupg.org/source/gpgmepp.git - type: git - clone_to: ${BPM_SOURCE} - git_branch: gpgmepp-${BPM_PKG_VERSION} - checksum: 6a99d7eef09aedd768356792f38aca2cc03659da + - url: https://www.gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-${BPM_PKG_VERSION}.tar.xz + extract_to: ${BPM_SOURCE} + extract_strip_components: 1 + checksum: 57f804468f0204504b172c6b139cb05124b4263be7ad514932c7c4c5062a16e2 diff --git a/source.sh b/recipe.sh similarity index 92% rename from source.sh rename to recipe.sh index 327fdeb..f89756b 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