diff --git a/programming/misc/qd/actions.py b/programming/misc/qd/actions.py
new file mode 100644
index 0000000000..4a2b500704
--- /dev/null
+++ b/programming/misc/qd/actions.py
@@ -0,0 +1,26 @@
+#!/usr/bin/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ autotools.configure("--enable-shared")
+
+ # fix unused direct dependency analysis
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("BSD*", "COPYING", "README*")
\ No newline at end of file
diff --git a/programming/misc/qd/pspec.xml b/programming/misc/qd/pspec.xml
new file mode 100644
index 0000000000..c42d629bbf
--- /dev/null
+++ b/programming/misc/qd/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ qd
+ https://www.davidhbailey.com/dhbsoftware/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.misc
+ BSD
+ library
+ app:console
+ C++/Fortran-90 double-double and quad-double library.
+ A double-double and quad-double package for Fortran and C++.
+ https://www.davidhbailey.com/dhbsoftware/qd-2.3.22.tar.gz
+
+
+
+ qd
+ C++/Fortran-90 double-double and quad-double library.
+
+ /usr/share
+ /usr/lib
+ /usr/bin
+ /usr/share/doc/qd
+
+
+
+
+ qd-devel
+ Development files for qd
+
+ qd
+
+
+ /usr/include
+
+
+
+
+
+ 2020-05-20
+ 2.3.22
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/misc/qd/translations.xml b/programming/misc/qd/translations.xml
new file mode 100644
index 0000000000..15024b2cae
--- /dev/null
+++ b/programming/misc/qd/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ qd
+ C++/Fortran-90 double-double ve quad-double için C kitaplığı.
+ qd, C++/Fortran-90 double-double ve quad-double için C kitaplığı sunar.
+
+
+
+ qd-devel
+ qd için geliştirme dosyaları
+ qd-devel, qd için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file