void-packages/srcpkgs/stegsnow/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

18 lines
465 B
Bash

# Template file for 'stegsnow'
pkgname=stegsnow
version=20130616
revision=1
wrksrc="snow-${version}"
build_style=gnu-makefile
short_desc="Whitespace steganography"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://www.darkside.com.au/snow/"
license="Apache-2.0"
distfiles="http://www.darkside.com.au/snow/snow-${version}.tar.gz"
checksum=c0b71aa74ed628d121f81b1cd4ae07c2842c41cfbdf639b50291fc527c213865
do_install() {
vbin stegsnow
vman stegsnow.1
}