From beb61e5e7f7f2f60ef10f2d74ae3ea9f2163db29 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..11e9f6c5d158 --- /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="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 +}