-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
502232f
commit 0fb1a4e
Showing
14 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
build/** | ||
.cache/** | ||
|
||
*.deb | ||
|
||
# Prerequisites | ||
*.d | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: kebb | ||
Version: 1.0 | ||
Section: utils | ||
Priority: optional | ||
Architecture: amd64 | ||
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libsdl2-2.0-0 (>= 2.0.12), libsdl2-ttf-2.0-0 (>= 2.0.15), libstdc++6 (>= 11) | ||
Maintainer: Florent Linguenheld <florent@linguenheld.fr> | ||
Homepage: https://github.com/flinguenheld/kebb | ||
Description: Improve your keyboard skills ! | ||
Small game wich allows you to improve your keyboard skills. |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
kebb | ||
|
||
Copyright: 2023 Florent Linguenheld florent@linguenheld.fr | ||
|
||
2023-07-27 | ||
|
||
The entire code base may be distributed under the terms of the GNU General | ||
Public License (GPL), which appears immediately below. Alternatively, all | ||
of the source code as any code derived from that code may instead be | ||
distributed under the GNU Lesser General Public License (LGPL), at the | ||
choice of the distributor. The complete text of the LGPL appears at the | ||
bottom of this file. | ||
|
||
See /usr/share/common-licenses/(GPL|LGPL) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters