kiss-repository

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

commit 008c95902dbdb02ec295cf1188cdda80e87340e3
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 12 Dec 2019 09:48:59 +0300

initial commit

Diffstat:
ALICENSE | 21+++++++++++++++++++++
AREADME | 28++++++++++++++++++++++++++++
Acem/dmenu/build | 5+++++
Acem/dmenu/checksums | 1+
Acem/dmenu/sources | 1+
Acem/dmenu/version | 1+
Acem/dwm/build | 4++++
Acem/dwm/checksums | 1+
Acem/dwm/sources | 1+
Acem/dwm/version | 1+
Acem/sb/build | 3+++
Acem/sb/checksums | 1+
Acem/sb/sources | 1+
Acem/sb/version | 1+
Acem/st/build | 4++++
Acem/st/checksums | 1+
Acem/st/sources | 1+
Acem/st/version | 1+
18 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Cem Keylan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README b/README @@ -0,0 +1,28 @@ +Personal KISS repository +======================== + +This is my personal KISS repository, +I made it so anyone can install my +builds of st,dwm,dmenu (or my small programs) +on Carbs Linux and KISS Linux + + +Add to your KISS Path +--------------------- + +In order to install packages in this repository, +you need to clone it and add it to your repository +path. It can be accomplished with, + + + # Clone the repository + -> git clone git://git.ckyln.com/kiss-repository /var/db/kiss/cem-repo + + # Now edit your /etc/profile.d/kiss_path.sh file + # Add the path to the beginning if you want to + + # Adding to the beginning makes sure that if there + # is the same package from another repository, it prioritizes + # my package + export KISS_PATH=/var/db/kiss/cem-repo/cem:/var/db/kiss/repo........ + diff --git a/cem/dmenu/build b/cem/dmenu/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +make + +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/dmenu/checksums b/cem/dmenu/checksums @@ -0,0 +1 @@ +4a2bdbef1bc7e3610ec4efacc5119b966fd0f436ff0bf80c52d2ae6a0df94d56 dmenu-1.0.tar.gz diff --git a/cem/dmenu/sources b/cem/dmenu/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/dmenu/dmenu-1.0.tar.gz diff --git a/cem/dmenu/version b/cem/dmenu/version @@ -0,0 +1 @@ +1.0 1 diff --git a/cem/dwm/build b/cem/dwm/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/dwm/checksums b/cem/dwm/checksums @@ -0,0 +1 @@ +81884bda27d25d76b1163f945cc15ef996c3303c28aa56f32dd70dee26381cf0 dwm-1.3.tar.gz diff --git a/cem/dwm/sources b/cem/dwm/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/dwm/dwm-1.3.tar.gz diff --git a/cem/dwm/version b/cem/dwm/version @@ -0,0 +1 @@ +1.3 1 diff --git a/cem/sb/build b/cem/sb/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/sb/checksums b/cem/sb/checksums @@ -0,0 +1 @@ +a800d8868158d86123cb5bb9bd69093dc70e75b14465e930dd346ee5b0433cab sb-1.0.tar.gz diff --git a/cem/sb/sources b/cem/sb/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/sb/sb-1.0.tar.gz diff --git a/cem/sb/version b/cem/sb/version @@ -0,0 +1 @@ +1.0 1 diff --git a/cem/st/build b/cem/st/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/st/checksums b/cem/st/checksums @@ -0,0 +1 @@ +90846c65a51f26c6ad20d940c3a16dfa08647c375ba049654b166d5b8df0f8ad st-1.2.3.tar.gz diff --git a/cem/st/sources b/cem/st/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/st/st-1.2.3.tar.gz diff --git a/cem/st/version b/cem/st/version @@ -0,0 +1 @@ +1.2.3 1