zsteg: init at 0.2.2

This commit is contained in:
Lein Matsumaru
2021-03-22 12:16:41 +00:00
parent 50ab490bdb
commit 3e17811f0d
5 changed files with 83 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "zsteg";
gemdir = ./.;
exes = [ "zsteg" ];
meta = with lib; {
description = "Detect stegano-hidden data in PNG & BMP.";
homepage = "http://zed.0xff.me/";
license = licenses.mit;
maintainers = with maintainers; [ applePrincess ];
};
}