From 008c95902dbdb02ec295cf1188cdda80e87340e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Dec 2019 09:48:59 +0300 Subject: initial commit --- LICENSE | 21 +++++++++++++++++++++ README | 28 ++++++++++++++++++++++++++++ cem/dmenu/build | 5 +++++ cem/dmenu/checksums | 1 + cem/dmenu/sources | 1 + cem/dmenu/version | 1 + cem/dwm/build | 4 ++++ cem/dwm/checksums | 1 + cem/dwm/sources | 1 + cem/dwm/version | 1 + cem/sb/build | 3 +++ cem/sb/checksums | 1 + cem/sb/sources | 1 + cem/sb/version | 1 + cem/st/build | 4 ++++ cem/st/checksums | 1 + cem/st/sources | 1 + cem/st/version | 1 + 18 files changed, 77 insertions(+) create mode 100644 LICENSE create mode 100644 README create mode 100755 cem/dmenu/build create mode 100644 cem/dmenu/checksums create mode 100644 cem/dmenu/sources create mode 100644 cem/dmenu/version create mode 100755 cem/dwm/build create mode 100644 cem/dwm/checksums create mode 100644 cem/dwm/sources create mode 100644 cem/dwm/version create mode 100755 cem/sb/build create mode 100644 cem/sb/checksums create mode 100644 cem/sb/sources create mode 100644 cem/sb/version create mode 100755 cem/st/build create mode 100644 cem/st/checksums create mode 100644 cem/st/sources create mode 100644 cem/st/version diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8c23388 --- /dev/null +++ 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 new file mode 100644 index 0000000..af68bce --- /dev/null +++ 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 new file mode 100755 index 0000000..02f3706 --- /dev/null +++ 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 new file mode 100644 index 0000000..5d33834 --- /dev/null +++ b/cem/dmenu/checksums @@ -0,0 +1 @@ +4a2bdbef1bc7e3610ec4efacc5119b966fd0f436ff0bf80c52d2ae6a0df94d56 dmenu-1.0.tar.gz diff --git a/cem/dmenu/sources b/cem/dmenu/sources new file mode 100644 index 0000000..e534783 --- /dev/null +++ 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 new file mode 100644 index 0000000..f35ed48 --- /dev/null +++ b/cem/dmenu/version @@ -0,0 +1 @@ +1.0 1 diff --git a/cem/dwm/build b/cem/dwm/build new file mode 100755 index 0000000..954aa1f --- /dev/null +++ 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 new file mode 100644 index 0000000..18e25b3 --- /dev/null +++ b/cem/dwm/checksums @@ -0,0 +1 @@ +81884bda27d25d76b1163f945cc15ef996c3303c28aa56f32dd70dee26381cf0 dwm-1.3.tar.gz diff --git a/cem/dwm/sources b/cem/dwm/sources new file mode 100644 index 0000000..d765156 --- /dev/null +++ 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 new file mode 100644 index 0000000..a37a04c --- /dev/null +++ b/cem/dwm/version @@ -0,0 +1 @@ +1.3 1 diff --git a/cem/sb/build b/cem/sb/build new file mode 100755 index 0000000..0837405 --- /dev/null +++ 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 new file mode 100644 index 0000000..3247bae --- /dev/null +++ b/cem/sb/checksums @@ -0,0 +1 @@ +a800d8868158d86123cb5bb9bd69093dc70e75b14465e930dd346ee5b0433cab sb-1.0.tar.gz diff --git a/cem/sb/sources b/cem/sb/sources new file mode 100644 index 0000000..2900d7d --- /dev/null +++ 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 new file mode 100644 index 0000000..f35ed48 --- /dev/null +++ b/cem/sb/version @@ -0,0 +1 @@ +1.0 1 diff --git a/cem/st/build b/cem/st/build new file mode 100755 index 0000000..954aa1f --- /dev/null +++ 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 new file mode 100644 index 0000000..fd2807b --- /dev/null +++ b/cem/st/checksums @@ -0,0 +1 @@ +90846c65a51f26c6ad20d940c3a16dfa08647c375ba049654b166d5b8df0f8ad st-1.2.3.tar.gz diff --git a/cem/st/sources b/cem/st/sources new file mode 100644 index 0000000..0cc78df --- /dev/null +++ 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 new file mode 100644 index 0000000..883a7ec --- /dev/null +++ b/cem/st/version @@ -0,0 +1 @@ +1.2.3 1 -- cgit v1.2.3