Skip to content

Commit

Permalink
sslcat: fix license. fix source. prepare for build (WIP, needs old ssl
Browse files Browse the repository at this point in the history
support)
  • Loading branch information
noptrix committed Nov 21, 2024
1 parent ca07d82 commit a0a1458
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions packages/sslcat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ pkgver=1.0
pkgrel=2
pkgdesc='A simple Unix utility that reads and writes data across an SSL enable network connection.'
url='http://www.bindshell.net/tools/sslcat'
license=('GPL')
license=('BSD-2-Clause')
groups=('blackarch' 'blackarch-misc')
arch=('x86_64' 'aarch64')
source=("http://www.bindshell.net/tools/sslcat/$pkgname.tgz")
sha512sums=('ff5acb99399cdf8627059f0c957db15409198916')
depends=('openssl-1.0')
makedepends=('autoconf' 'automake')
#source=("http://www.bindshell.net/tools/sslcat/$pkgname.tgz")
source=("https://web.archive.org/web/20100612235954/http://bindshell.net/tools/sslcat/sslcat.tgz")
sha512sums=('4ca86820fc3c08d0e64a95623fc43833f9bd2c9ec0beec3e33f74684f9bfc7da3c58a1a311cb8752e655a00428c01f03834a18e9103863c83afd81d105d52086')

prepare() {
cd $pkgname

aclocal
autoreconf
}

build() {
cd $pkgname
Expand Down

0 comments on commit a0a1458

Please sign in to comment.