Package Details: stegify 1.2-2

Git Clone URL: https://aur.archlinux.org/stegify.git (read-only, click to copy)
Package Base: stegify
Description: Tool for LSB steganography written in Go
Upstream URL: https://github.com/DimitarPetrov/stegify
Keywords: go image steg stegano steganography tool utility
Licenses: MIT
Submitter: Scrumplex
Maintainer: orhun
Last Packager: orhun
Votes: 2
Popularity: 0.000000
First Submitted: 2020-03-06 09:31 (UTC)
Last Updated: 2021-11-24 19:55 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

orhun commented on 2021-11-24 19:56 (UTC)

I updated the PKGBUILD. Thanks @andreagi!

andreagi commented on 2021-11-24 19:11 (UTC)

To compile I had to change the PKGBUILD build instructions to:

go mod init github.com/DimitarPetrov/stegify
go get github.com/DimitarPetrov/stegify/steg
go build -o "$pkgname" .

(I have go 2:1.17.3-1.1)