Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

termux/science-packages

Folders and files

NameName
Last commit message
Last commit date
Sep 12, 2021
Mar 16, 2019
Dec 2, 2021
Mar 28, 2021
Nov 30, 2021
Jan 25, 2019
Jan 25, 2019
May 10, 2020
Feb 1, 2019
Dec 4, 2021
May 10, 2020

Repository files navigation

Termux science 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 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

Building a package

To build a package, first clone science-packages,

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

and then update the termux-packages submodule.

cd science-packages
git submodule init
git submodule update

You can then build a package with the following:

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

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

pkg install science-repo