kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 94e72b2434db41c9ca47a2cc81d8725213283494
parent 7594cdf10d93de339d6a29bca41c7280db59230f
Author: St John Karp <contact@stjo.hn>
Date:   Wed, 13 Jul 2022 13:32:26 -0400

libssh: Remove package

This isn't being used by anything.

Diffstat:
Dlibs/libssh/build | 11-----------
Dlibs/libssh/checksums | 1-
Dlibs/libssh/depends | 1-
Dlibs/libssh/sources | 1-
Dlibs/libssh/version | 1-
5 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/libs/libssh/build b/libs/libssh/build @@ -1,11 +0,0 @@ -#!/usr/bin/env sh - -mkdir -p build -cd build -cmake \ - -DUNIT_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - .. -make -make install diff --git a/libs/libssh/checksums b/libs/libssh/checksums @@ -1 +0,0 @@ -86bcf885bd9b80466fe0e05453c58b877df61afa8ba947a58c356d7f0fab829b diff --git a/libs/libssh/depends b/libs/libssh/depends @@ -1 +0,0 @@ -openssl diff --git a/libs/libssh/sources b/libs/libssh/sources @@ -1 +0,0 @@ -https://www.libssh.org/files/MAJOR.MINOR/PACKAGE-VERSION.tar.xz diff --git a/libs/libssh/version b/libs/libssh/version @@ -1 +0,0 @@ -0.9.6 1