Skip to content

Commit

Permalink
WIP: games
Browse files Browse the repository at this point in the history
  • Loading branch information
metux committed Sep 8, 2023
1 parent 8587e04 commit daac450
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.games
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env python3

from deb_autopkg import cmd
cmd.build_pool("cf/repos/devuan/games-dev.yml", "")
3 changes: 3 additions & 0 deletions cf/csdb/debian/qt5-qtbase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
package: qt5-qtbase
git.url: git:https://anonscm.debian.org/pkg-kde/qt/qtbase.git
3 changes: 3 additions & 0 deletions cf/csdb/upstream/qt5-qtbase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
package: qt5-qtbase
git.url: https://code.qt.io/qt/qt5.git
13 changes: 13 additions & 0 deletions cf/repos/devuan/games-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
targets:
- devuan/chimaera/i386

packages:
warzone2100:
autobuild-ref: oss-qm/debian_hack
# depends:
# - qt5-qtbase

pools:
default:
packages:
- warzone2100

0 comments on commit daac450

Please sign in to comment.