blob: a9627d435edc21c76c21c9b22c4aeb5e70fc494a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = passwordfile-git
pkgdesc = C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL
pkgver = 116.facfc87
pkgrel = 2
url = https://github.com/Martchus/passwordfile
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL-2-or-later
checkdepends = cppunit
makedepends = cmake
makedepends = git
makedepends = ninja
depends = c++utilities-git
depends = openssl
depends = zlib
optdepends = passwordfile-doc: API documentation
provides = libpasswordfile-git.so
source = passwordfile::git+https://martchus.no-ip.biz/gitea/Martchus//passwordfile.git
sha256sums = SKIP
pkgname = passwordfile-git
depends = c++utilities-git
depends = openssl
depends = zlib
depends = libc++utilities-git.so
depends = libcrypto.so
depends = libz.so
|