Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user