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 8e974e54d4e82235f07dbbca2d227bd836d31dd5
parent 87607a412c11499bb8d67b531bf648988de07e80
Author: St John Karp <contact@stjo.hn>
Date:   Mon, 18 Jul 2022 15:08:46 -0400

cryptsetup: Remove package

This is maintained in the kiss-community/community repo instead.

Diffstat:
Dextra/cryptsetup/build | 7-------
Dextra/cryptsetup/checksums | 1-
Dextra/cryptsetup/depends | 3---
Dextra/cryptsetup/sources | 1-
Dextra/cryptsetup/version | 1-
5 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/extra/cryptsetup/build b/extra/cryptsetup/build @@ -1,7 +0,0 @@ -#!/usr/bin/env sh - -./configure $KISS_CONFIGURE \ - --prefix=/usr \ - --disable-ssh-token -make -make install diff --git a/extra/cryptsetup/checksums b/extra/cryptsetup/checksums @@ -1 +0,0 @@ -fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507 diff --git a/extra/cryptsetup/depends b/extra/cryptsetup/depends @@ -1,3 +0,0 @@ -json-c -lvm2 -popt diff --git a/extra/cryptsetup/sources b/extra/cryptsetup/sources @@ -1 +0,0 @@ -https://www.kernel.org/pub/linux/utils/PACKAGE/vMAJOR.MINOR/PACKAGE-VERSION.tar.xz diff --git a/extra/cryptsetup/version b/extra/cryptsetup/version @@ -1 +0,0 @@ -2.4.3 1