Skip to content

Commit

Permalink
Add control file to build .deb package in ubuntu 20.04 amd64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Jun 6, 2021
1 parent 73e3193 commit 0119da2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/amd64/debian/HeartOfIce.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Desktop Entry]
Name=Heart of Ice
Comment=Heart of Ice
Version=1.0.1
TryExec=/usr/local/games/HeartOfIce/HeartOfIce.exe
Exec=/usr/local/games/HeartOfIce/HeartOfIce.exe
Icon=/usr/local/games/HeartOfIce/icons/snowflakes.png
Path=/usr/local/games/HeartOfIce
Terminal=false
Categories=Game
Type=Application

Name[en_DK]=Heart of Ice
Name[en_US]=Heart of Ice
8 changes: 8 additions & 0 deletions build/amd64/debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Package: heart-of-ice
Version: 1.0.1
Maintainer: Dael Separa <dael.separa@gmail.com>
Architecture: amd64
Description: Heart of Ice (SDL)
Depends: libstdc++6 (>= 10.0.2), libc6 (>= 2.31), libgcc-s1 (>= 10.2), libsdl2-2.0-0 (>= 2.0.10), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15)
Priority: optional
Section: games

0 comments on commit 0119da2

Please sign in to comment.