-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
[Termux-Pacman](https://github.com/termux-pacman) is an organization dedicated to maintaining Termux packages in the pacman format, developing their own packages, and developing publicly available tools for working with pacman. | ||
|
||
## Basic Repos: | ||
### Basic Repos | ||
**main** - basic packages. | ||
```bash | ||
```conf | ||
[main] | ||
Server = https://service.termux-pacman.dev/main/$arch | ||
``` | ||
|
||
**x11** - graphics packages. | ||
```bash | ||
```conf | ||
[x11] | ||
Server = https://service.termux-pacman.dev/x11/$arch | ||
``` | ||
|
||
**root** - packages that need root. | ||
```bash | ||
```conf | ||
[root] | ||
Server = https://service.termux-pacman.dev/root/$arch | ||
``` | ||
|
||
**tur** - termux user repository. | ||
```bash | ||
```conf | ||
[tur] | ||
Server = https://service.termux-pacman.dev/tur/$arch | ||
``` | ||
|
||
**gpkg** - glibc packages for Termux. | ||
```bash | ||
```conf | ||
[gpkg] | ||
Server = https://service.termux-pacman.dev/gpkg/$arch | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ rsync -a --delete rsync://sync.termux-pacman.dev/termux-pacman termux-pacman | |
Note that the `service.termux-pacman.dev` domain does not support file transfer via `rsync` due to the nature of the storage technology. You can use it with another tool if the file transfer occurs via the Internet protocol `http/https`. | ||
|
||
### Mirroring requirement | ||
It is imperative to mirror the signatures of the database (these are `*.db`, `*.files` and `*.json`) and packages, with the exception of packages that do not have signatures in the repositories. | ||
It is imperative to mirror database signatures (these are `*.db.sig`, `*.files.sig` and `*.json.sig`) and package signatures if they are present in the repositories. | ||
|
||
### Contact | ||
To avoid errors in mirroring and to receive news about the Termux-Pacman repositories, we strongly recommend sending your contact email to us at [[email protected]](mailto:[email protected]). You can also notify us about important events in your mirror for better action planning. |