Files
volume_key/pkg.info
T
2025-10-09 20:49:02 +03:00

33 lines
894 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: 1
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
- python-setuptools
- swig
downloads:
- url: https://pagure.io/volume_key/archive/volume_key-${BPM_PKG_VERSION}/volume_key-volume_key-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 8b7941586b711859f568b01f44df87a23081a1c75f40c42b66af3fda10341180
split_packages:
- name: volume_key
- name: python-volume_key
description: Python bindings for volume_key
depends:
- python3
- volume_key