mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
added sslcat
This commit is contained in:
parent
3f53dbe131
commit
2875e7061c
2 changed files with 24 additions and 0 deletions
2
net-analyzer/sslcat/Manifest
Normal file
2
net-analyzer/sslcat/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST sslcat.tgz 20270 RMD160 db32304cad0a8b5dcaa509b88f813e4f8e6f589b SHA1 ff5acb99399cdf8627059f0c957db15409198916 SHA256 93c40fa981366167066b3f584b3e71689fb56e417b9eb173c48f9ad4982b2b5a
|
||||
EBUILD sslcat-1.0.ebuild 510 RMD160 0ffcafea52a11ab282cd8da10426fe36fd39164e SHA1 7ceee3af580e6fa5b6e315c6de2dd2af228e99c8 SHA256 ddaedb6ac2301109db006172840c6a9f6cfd80e2561bcf6fb6468a09b1fe2429
|
||||
22
net-analyzer/sslcat/sslcat-1.0.ebuild
Normal file
22
net-analyzer/sslcat/sslcat-1.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="netcat like application with ssl support"
|
||||
HOMEPAGE="http://www.bindshell.net/tools/sslcat"
|
||||
SRC_URI="http://www.bindshell.net/tools/sslcat/sslcat.tgz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-libs/openssl"
|
||||
|
||||
S="${WORKDIR}"/$PN
|
||||
|
||||
src_install() {
|
||||
dobin sslcat || die "failed to install sslcat"
|
||||
doman sslcat.1 || die "failed to install manpage"
|
||||
}
|
||||
Loading…
Reference in a new issue