summaryrefslogtreecommitdiff
path: root/dosbox-x/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
commit1d67c517a8ed6f368e833c0a6cf00b70df84fef9 (patch)
tree04ebf128f106d042d9445a5243968f4ee976982d /dosbox-x/README.md
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.gz
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.bz2
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.zip
add initial dosbox-x package
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