23 lines
705 B
Bash
23 lines
705 B
Bash
# 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
|
|
}
|