Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termux/game-packages
Games for Termux
https://github.com/termux/game-packages
android games linux linux-distribution packages termux
Last synced: 4 months ago
JSON representation
Games for Termux
- Host: GitHub
- URL: https://github.com/termux/game-packages
- Owner: termux
- License: other
- Archived: true
- Created: 2019-01-27T19:37:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T13:22:52.000Z (about 3 years ago)
- Last Synced: 2024-04-13T21:41:37.230Z (9 months ago)
- Topics: android, games, linux, linux-distribution, packages, termux
- Language: Shell
- Size: 383 KB
- Stars: 309
- Watchers: 61
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Termux game packages
THIS REPO HAS BEEN MERGED WITH [TERMUX-PACKAGES](https://github.com/termux/termux-packages) - open issues and PRs against that repo instead
[![Last build status](https://github.com/termux/game-packages/workflows/Packages/badge.svg)](https://github.com/termux/game-packages/actions)
[![Powered by FossHost](.github/static/powered-by-fosshost.png)](https://fosshost.org)
This repository contains games for termux.
# Contributing
Information on how to open pull requests to help keep the packages here up to date can be read in [CONTRIBUTING.md](CONTRIBUTING.md)
# Building a package
To build a package, first clone game-packages,
```sh
git clone https://github.com/termux/game-packages
```If you want to build a package with the docker container run
```sh
./start-builder.sh ./build-package.sh name-of-package
```
You might have to run the command as root, if you have not configured docker to be run as your user.To build outside the docker container you can run
```sh
./termux-packages/build-package.sh ../packages/package-to-build)
```
`../` is needed since termux-packages/build-package.sh expects the path given (packages/package-to-build) to be relative to the position to the builde-package.sh script.# Subscribing to the repository
To install packages from this repository, you need to subscribe to it with:
```sh
pkg install game-repo
```
In the default termux installation this has already been done.