diff --git a/pisi-index.xml b/pisi-index.xml
index 73dc654671..a5fb23bc84 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -360008,6 +360008,50 @@ contacts, tasks, and calendar information.
+
+
+ xsel
+ http://www.vergenet.net/~conrad/software/xsel/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ custom
+ library
+ x11.misc
+ XSel is a command-line program for getting and setting the contents of the X selection
+ XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır.
+ XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.
+ XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir.
+ https://github.com/kfish/xsel/archive/refs/heads/master.zip
+
+ git
+ libXt-devel
+ libX11-devel
+
+ x11/misc/xsel/pspec.xml
+
+
+ xsel
+
+ libX11
+
+
+ /usr/bin
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ 2022-07-27
+ 1.2.0.10032022
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ xorg-server
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index bf085005e7..2c10829f0b 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-03e77aab4a29d766eae95819d6debe3103892cf7
\ No newline at end of file
+ff8c0f9a7649efee839b1bdbf095b9ae1dcf9dfe
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index ab6cced405..de623a90f4 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 5f579e7a2f..c13f32b534 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-221da79bc0ad9e8f1fff613b4727354453724660
\ No newline at end of file
+1ee7256946a488b5ac00c2aa88f53fe3ae9f89b4
\ No newline at end of file
diff --git a/x11/misc/xsel/actions.py b/x11/misc/xsel/actions.py
new file mode 100644
index 0000000000..267d8bec81
--- /dev/null
+++ b/x11/misc/xsel/actions.py
@@ -0,0 +1,23 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.system("touch {AUTHORS,NEWS,README,COPYING}")
+ autotools.autoreconf("-vi")
+ autotools.configure("--prefix=/usr")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README", "AUTHORS")
diff --git a/x11/misc/xsel/pspec.xml b/x11/misc/xsel/pspec.xml
new file mode 100644
index 0000000000..f5deef3e0e
--- /dev/null
+++ b/x11/misc/xsel/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ xsel
+ http://www.vergenet.net/~conrad/software/xsel/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ custom
+ library
+ XSel is a command-line program for getting and setting the contents of the X selection
+ XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.
+ https://github.com/kfish/xsel/archive/refs/heads/master.zip
+
+ git
+ libXt-devel
+ libX11-devel
+
+
+
+
+
+
+ xsel
+
+ libX11
+
+
+ /usr/bin
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2022-07-27
+ 1.2.0.10032022
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/x11/misc/xsel/translations.xml b/x11/misc/xsel/translations.xml
new file mode 100644
index 0000000000..d4ac84c5d4
--- /dev/null
+++ b/x11/misc/xsel/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ xsel
+ XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır.
+ XSel, X seçiminin içeriğini almak ve ayarlamak için bir komut satırı programıdır. Normalde buna yalnızca bilgileri manuel olarak vurgulayarak ve orta fare düğmesiyle yapıştırarak erişilebilir.
+
+