GitXplorerGitXplorer
t

game-packages

public
337 stars
70 forks
0 issues

Commits

List of commits on branch master.
Verified
17e1509d9960875ccbffa418d7511a5ffe54a896

README: add note that repo has been merged with termux-packages

GGrimler91 committed 3 years ago
Unverified
ba1bdf80ced2645563d36e44e736088260a23f8f

myman: spaces->tabs

GGrimler91 committed 3 years ago
Verified
9d546775ff70b1bfb6f53ef70443ab621a119ad4

nethack: build host-tools in termux_step_host_build

GGrimler91 committed 3 years ago
Verified
39f5e5020c6cc4135c3ea004a562d5f7c343cab9

myman: rm unnecessary TERMUX_PKG_BUILDDIR/ in step_post_configure

GGrimler91 committed 3 years ago
Verified
4dc572e19f46ad0073319bf4cd53c4ee14b9b114

myman: termux_step_extract_package->termux_step_get_source

GGrimler91 committed 3 years ago
Verified
64bd753ba6304893af49b9fa3c1edfce41383ca2

gnushogi: fix build with ndk r23

GGrimler91 committed 3 years ago

README

The README file for this repository.

Termux game packages

THIS REPO HAS BEEN MERGED WITH TERMUX-PACKAGES - open issues and PRs against that repo instead

Last build status

Powered by FossHost

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

Building a package

To build a package, first clone game-packages,

git clone https://github.com/termux/game-packages

If you want to build a package with the docker container run

./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

./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:

pkg install game-repo

In the default termux installation this has already been done.