blob: c9bfb5d1d094904f836dd36193c5c6217fbf50e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = c-lcrypt
pkgdesc = C++ encryption program with RAM-based I/O, featuring byte shuffling, binary reversal, bit insertion, byte substitution with randomized table, and XOR key encryption for secure file/folder handling.
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/Locotir/C-LCRYPT
arch = x86_64
license = MIT
makedepends = git
depends = gcc
depends = openssl
depends = boost
depends = zlib
depends = zstd
depends = libsodium
source = https://github.com/Locotir/C-LCRYPT/archive/refs/tags/v3.0.0.tar.gz
sha256sums = SKIP
pkgname = c-lcrypt
|