0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-23 09:16:10 +00:00
2022-07-11 12:48:05 +03:00
2022-07-08 12:07:21 +03:00
2022-07-11 12:48:05 +03:00
2022-06-20 10:24:29 +03:00

Info

This repository stores AUR builds for compiling glibc packages and compiled glibc packages in pacman format in the releases department. Here the AUR builds are divided into two types:

  • distro are builds that are configured to compile on a linux distribution (or on proot-distro).
  • termux are builds that are configured to compile on termux.

At the moment, glibc packages have only been compiled for the aarch64 architecture.

Install

Attention: due to the fact that most packages are compiled in the linux distribution, installation must be done through proot.

pkg ins wget proot pacman -y
wget https://github.com/Maxython/glibc-for-termux/releases/download/20220620/gpft-20220620-aarch64.tar.xz
tar xJf gpft-20220620-aarch64.tar.xz
proot --link2symlink pacman -U glibc-for-termux/*

After installation, the grun command will be available, it is intended to run binaries that depend on glibc or to run a customized shell.

For example:

  • grun ./binary_file - running binaries
  • grun --shell - running a customized shell (gives access to glibc commands)
Description
Glibc packages for termux
Readme 30 MiB
Languages
Shell 81.5%
C 12.5%
C++ 6%