New package: outguess-0.4

This commit is contained in:
Eloi Torrents 2022-12-27 10:22:39 +01:00 committed by Duncan Overbruck
parent 260b7893c3
commit 6b84622280

22
srcpkgs/outguess/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'outguess'
pkgname=outguess
version=0.4
revision=1
build_style=gnu-configure
configure_args="--with-generic-jconfig"
hostmakedepends="automake"
short_desc="Universal steganographic tool"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="BSD-4-Clause"
homepage="https://github.com/resurrecting-open-source-projects/outguess"
changelog="https://github.com/resurrecting-open-source-projects/outguess/blob/master/ChangeLog"
distfiles="https://github.com/resurrecting-open-source-projects/outguess/archive/refs/tags/${version}.tar.gz"
checksum=1279b05f3bb5e8956c6eb424db247e773440898310c10dbf9571e7b6afae5d60
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}