aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-12 09:48:59 +0300
committerCem Keylan <cem@ckyln.com>2019-12-12 09:48:59 +0300
commit008c95902dbdb02ec295cf1188cdda80e87340e3 (patch)
treef9b893ce4e0d6b1abc68962e971e5097adcaa41c
downloadrepository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz
initial commit
-rw-r--r--LICENSE21
-rw-r--r--README28
-rwxr-xr-xcem/dmenu/build5
-rw-r--r--cem/dmenu/checksums1
-rw-r--r--cem/dmenu/sources1
-rw-r--r--cem/dmenu/version1
-rwxr-xr-xcem/dwm/build4
-rw-r--r--cem/dwm/checksums1
-rw-r--r--cem/dwm/sources1
-rw-r--r--cem/dwm/version1
-rwxr-xr-xcem/sb/build3
-rw-r--r--cem/sb/checksums1
-rw-r--r--cem/sb/sources1
-rw-r--r--cem/sb/version1
-rwxr-xr-xcem/st/build4
-rw-r--r--cem/st/checksums1
-rw-r--r--cem/st/sources1
-rw-r--r--cem/st/version1
18 files changed, 77 insertions, 0 deletions
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