diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4a8ae50 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rakuos-gaming-meta (1.0.0-1rakuos2) unstable; urgency=medium + + * Initial release. + + -- Tohur Sun, 09 Nov 2025 19:58:10 -0700 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9d024cd --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: rakuos-gaming-meta +Section: metapackages +Priority: optional +Maintainer: RakuOS Team +Build-Depends: debhelper-compat (= 13), +Standards-Version: 4.6.2 + +Package: rakuos-gaming-meta +Architecture: all +Depends: ${misc:Depends}, steam, lutris, heroic, wine, protontricks, gamemode, goverlay, mangohud +Description: RankuOS Gaming Meta Package + A meta-package that installs the essential gaming tools, and optimizations for RankuOS. + Includes: + - Steam, Lutris, Heroic Launcher + - Utilities like GameMode, MangoHud, vkBasalt. diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..e263cd4 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +echo "🎮 RankuOS Gaming Environment installed!" +systemctl --user enable --now gamemoded.service || true diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ac856e8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +# Simple dh (debhelper) build rules file +%: + dh $@