kiss-repository

personal kiss repository
git clone git://git.ckyln.com/~cem/kiss-repository.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d34ce0f1e533578dd45e7f5e5be3d1176b122a6
parent 2e2fdbb805c2317cc5ff676010cadb009848dab0
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon, 23 Mar 2020 15:05:56 +0300

kiss: add new package at 1.9.0-7 to cem

Diffstat:
Acem/kiss/build | 4++++
Acem/kiss/checksums | 2++
Acem/kiss/files/kiss_path.sh | 1+
Acem/kiss/post-install | 12++++++++++++
Acem/kiss/sources | 2++
Acem/kiss/version | 1+
6 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/cem/kiss/build b/cem/kiss/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 -t "$1/etc/profile.d" kiss_path.sh +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/kiss/checksums b/cem/kiss/checksums @@ -0,0 +1,2 @@ +30d586e78377de0e769fef153aeb06a567cd6a1c2faff89744a7813f3c48dfcd kiss-1.9.0-7.tar.gz +d56d159fd9f0c39a2692b4b00b1543b2eb476a0659aa6899efa0ff460863dc70 kiss_path.sh diff --git a/cem/kiss/files/kiss_path.sh b/cem/kiss/files/kiss_path.sh @@ -0,0 +1 @@ +export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg diff --git a/cem/kiss/post-install b/cem/kiss/post-install @@ -0,0 +1,12 @@ +#!/bin/sh -e + +cat <<EOF + + IMPORTANT: + + Please keep in mind that this is a fork of KISS + and not the original upstream (although this is + not a huge alteration from it). Send your issues + to me <cem at ckyln dot com>. + +EOF diff --git a/cem/kiss/sources b/cem/kiss/sources @@ -0,0 +1,2 @@ +https://git.ckyln.com/archives/kiss/kiss-1.9.0-7.tar.gz +files/kiss_path.sh diff --git a/cem/kiss/version b/cem/kiss/version @@ -0,0 +1 @@ +1.9.0-7 1