Source: dsdmine
Section: game
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 libsdl2-dev,
 libimgui-dev,
# libmini-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/DragonSWDev/dsdmine
Vcs-Browser: https://github.com/DragonSWDev/dsdmine
Vcs-Git: https://github.com/DragonSWDev/dsdmine.git

Package: dsdmine
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Cross platform implementation of Minesweeper-like game
 This is an cross platform implementation of Minesweeper-like game written from scratch in C++ with SDL2, Dear ImGui and mINI.