summaryrefslogtreecommitdiff
path: root/dosbox-x/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dosbox-x/README.md')
-rw-r--r--dosbox-x/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/dosbox-x/README.md b/dosbox-x/README.md
new file mode 100644
index 0000000..bd3a68d
--- /dev/null
+++ b/dosbox-x/README.md
@@ -0,0 +1,23 @@
+# README for Dosbos-x
+This is a dpkg for [dosbox-x](https://dosbox-x.com/)
+
+## Upstream
+The original application is at the above link. This repo <https://bgstack15.ddns.net/cgit/stackrpms> is the original location of the dpkg recipe.
+
+## Alternatives
+Use Dosbox-X on Fedora, or with a Flatpak or from source.
+
+## Reason for existence
+I wanted a dpkg of dosbox-x, and my skillset includes converting rpm specs to debian recipes.
+
+## Using
+
+## Dependencies
+See file [debian/control](debian/control) for that.
+
+## Building
+Standard debuild.
+
+## References
+
+1. <https://copr.fedorainfracloud.org/coprs/rob72/DOSBox-X/>
bgstack15