summaryrefslogtreecommitdiff
path: root/dosbox-x/README.md
blob: bd3a68d6286e636dc61024f183b6ae8f95cebd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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