33 lines
869 B
Plaintext
33 lines
869 B
Plaintext
name: volume_key
|
|
description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool
|
|
version: 0.3.12
|
|
revision: 3
|
|
url: https://pagure.io/volume_key
|
|
license: GPL2-or-later
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- cryptsetup
|
|
- glib
|
|
- glibc
|
|
- gpgme
|
|
- nspr
|
|
- nss
|
|
- util-linux
|
|
make_depends:
|
|
- python3=3.14.*
|
|
- python-setuptools
|
|
- swig
|
|
downloads:
|
|
- url: https://releases.pagure.org/volume_key/volume_key-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 6ca3748fc1dad22c450bbf6601d4e706cb11c5e662d11bb4aeb473a9cd77309b
|
|
split_packages:
|
|
- name: volume_key
|
|
- name: python-volume_key
|
|
description: Python bindings for volume_key
|
|
depends:
|
|
- python3=3.14.*
|
|
- volume_key
|