https://github.com/termux/science-packages
Science packages for Termux
https://github.com/termux/science-packages
Last synced: 25 days ago
JSON representation
Science packages for Termux
- Host: GitHub
- URL: https://github.com/termux/science-packages
- Owner: termux
- License: other
- Archived: true
- Created: 2019-02-03T14:42:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T13:53:11.000Z (over 4 years ago)
- Last Synced: 2025-10-30T00:34:31.060Z (9 months ago)
- Language: C
- Size: 389 KB
- Stars: 234
- Watchers: 27
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Termux science packages
THIS REPO HAS BEEN MERGED WITH [TERMUX-PACKAGES](https://github.com/termux/termux-packages) - open issues and PRs against that repo instead
[](https://github.com/termux/science-packages/actions)
[](https://fosshost.org)
This repository contains packages that are more or less related to science, i.e. they might not be of interest for the average termux user.
# 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 science-packages,
```sh
git clone https://github.com/termux/science-packages
```
and then update the termux-packages submodule.
```sh
cd science-packages
git submodule init
git submodule update
```
You can then build a package with the following:
```sh
./build-package.sh name-of-package
```
Note that this currently only works outside of the docker container.
To build from the docker container, science-packages has to be a subfolder of termux-packages, and a science package can then be built with
```sh
./build-package.sh science-packages/packages/package-to-build
```
The termux-package submodule is not needed for this.
# Subscribing to the repository
To install packages from this repository, you need to subscribe to it with:
```sh
pkg install science-repo
```