Switch to new package format

This commit is contained in:
2026-06-13 19:59:25 +03:00
parent 3ab27fbdbe
commit 815037b40a
2 changed files with 6 additions and 7 deletions
+5 -6
View File
@@ -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
+1 -1
View File
@@ -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