From a20e5de1c631f3ef3ab39d4855ce473dec8423ba Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Tue, 27 Dec 2022 10:22:39 +0100 Subject: [PATCH] New package: outguess-0.4 --- srcpkgs/outguess/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/outguess/template diff --git a/srcpkgs/outguess/template b/srcpkgs/outguess/template new file mode 100644 index 000000000000..76f89be8a93b --- /dev/null +++ b/srcpkgs/outguess/template @@ -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="autoconf automake" +short_desc="Universal steganographic tool" +maintainer="Eloi Torrents " +license="custom:Custom" +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 +}