blob: 2ecb2b4d8d39c442c1764839fe461b2835d03026 (
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.3
pkgrel = 1
url = https://github.com/steganogram/stegano-rs
arch = x86_64
license = GPL3
makedepends = cargo
depends = bzip2
options = !lto
source = stegano-0.5.3.tar.gz::https://github.com/steganogram/stegano-rs/archive/v0.5.3.tar.gz
sha512sums = 7da01de742b7de3887c368e955c2047aa49017ed354d933fc6ef9a85afaf83f1a0a48b54e01ff9c7d01d38c5a05b482154bf0b2b7e6101d8d92a82e1740ed425
pkgname = stegano
|