blob: cf4172c22ddbb0d85c62fc84cddc1acaf2ab3c51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = stegano
pkgdesc = A CLI tool for steganography. Supports hiding data in PNG images via LSB Encoding.
pkgver = 0.5.2
pkgrel = 1
url = https://github.com/steganogram/stegano-rs
arch = x86_64
license = GPL3
makedepends = cargo
depends = bzip2
options = !lto
source = stegano-0.5.2.tar.gz::https://github.com/steganogram/stegano-rs/archive/v0.5.2.tar.gz
sha512sums = 98276505cd562d09122ea5d22c03ca0bd9227723a4591d5cf6bc6397187137197d20455eeb99fdb58b8dbcec784bf22a16fff399db989e401c640a40155f1114
pkgname = stegano
|