Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Maxython/arch-packages-for-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

arch-packages-for-termux

repo size tag

This is where the arch packages are configured to run the arch command on termux.

Compiling packages:

You can compile them for your architecture, but you need to do it on TermuxArch (maybe in the near future, I will configure makepkg to compile in termux).

To compile a package, you must run these commands:

# Cloning a package repository.
# But you can also just install the PKGBUILD of the package via wget.
git clone https://github.com/Maxython/arch-packages-for-termux

cd arch-packages-for-termux/${package_name}

# Compiler launch.
makepkg -g >> PKGBUILD && makepkg

Installing packages.

Command:

# Installing an archive with these packages.
wget https://github.com/Maxython/arch-packages-for-termux/releases/download/packages-v2021.08.19/packages-${arch}.tar.xz
tar xJf packages-${arch}.tar.xz
cd packages

# Installing packages.
pacman -U * --overwrite "*"