diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-01-18 22:12:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 22:12:59 +0100 |
| commit | e60f8c9a3f49fc42a685b8b9fa91fb46bb650075 (patch) | |
| tree | 4d1467f4a0cff3ba0ebb8dc29adbe7e44573b5d4 /debian/control | |
| parent | 9bf7185c7c4b95df79b1daf101b2f308d96770ed (diff) | |
| parent | 909ae5ada933c02fec62e50aedeffdc7d94d1acc (diff) | |
| download | box64-e60f8c9a3f49fc42a685b8b9fa91fb46bb650075.tar.gz box64-e60f8c9a3f49fc42a685b8b9fa91fb46bb650075.zip | |
Merge pull request #214 from ryanfortner/main
Add Debian packaging files
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..2c442ff1 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: box64 +Section: utils +Priority: optional +Maintainer: Ryan Fortner <ryankfortner@gmail.com> +Build-Depends: cmake, debhelper (>=11~), python3 +Standards-Version: 4.1.4 +Homepage: https://github.com/ptitSeb/box64 + +Package: box64 +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Linux Userspace x86_64 Emulator with a twist, targeted at ARM Linux devices + Box86 lets you run x86_64 Linux programs (such as games) on non-x86 Linux systems, like ARM (host system needs to be 64bit little-endian). |