mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: outguess-0.4
This commit is contained in:
parent
260b7893c3
commit
6b84622280
1 changed files with 22 additions and 0 deletions
22
srcpkgs/outguess/template
Normal file
22
srcpkgs/outguess/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue