1 # Copyright 2025 Gentoo Authors
2 # Copyright 2025 Arthur Taft
3 # Copyright 2021 RickdeJager
4 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Cryptography cracker and embedder"
9 HOMEPAGE="https://github.com/RickdeJager/stegseek"
10 SRC_URI="https://github.com/RickdeJager/stegseek/archive/refs/tags/v${PV}.tar.gz"
16 DEPEND="app-crypt/mhash
18 media-libs/libjpeg-turbo
28 mkdir -p build && cd build
29 cmake -DCMAKE_BUILD_TYPE=Release ..
39 emake DESTDIR="${D}" install