Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed May 12, 2024
1 parent 38bbccc commit 1d73a1a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 64 deletions.
12 changes: 6 additions & 6 deletions README.md
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
```
111 changes: 54 additions & 57 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,82 +37,79 @@
border-radius: 5px;
text-align: right;

//position: static;
//float: right;
//border: none;
//background-color: inherit;

.nav-trigger {
display: none;
}

.menu-icon {
float: right;
width: 36px;
height: 26px;
line-height: 0;
padding-top: 10px;
text-align: center;

> svg path {
fill: $border-color-03;
}
//.menu-icon {
// float: right;
// width: 36px;
// height: 26px;
// line-height: 0;
// padding-top: 10px;
// text-align: center;

// > svg path {
// fill: $border-color-03;
// }
//}

//label[for="nav-trigger"] {
// display: block;
// float: right;
// width: 36px;
// height: 36px;
// z-index: 2;
// cursor: pointer;
//}

//input ~ .trigger {
// clear: both;
// display: none;
//}

input:checked ~ .trigger {
display: block;
padding-bottom: 5px;
}

//.page-link {
// color: $text-color;
// line-height: $base-line-height;
// display: block;
// padding: 5px 10px;
// Gaps between nav items, but not on the last one
// &:not(:last-child) {
// margin-right: 0;
// }
// margin-left: 20px;
//}

label[for="nav-trigger"] {
display: block;
float: right;
width: 36px;
height: 36px;
z-index: 2;
cursor: pointer;
display: none;
}

input ~ .trigger {
clear: both;
.menu-icon {
display: none;
}

input:checked ~ .trigger {
input ~ .trigger {
display: block;
padding-bottom: 5px;
}

.page-link {
color: $text-color;
line-height: $base-line-height;
display: block;
padding: 5px 10px;
display: inline;
padding: 0;

// Gaps between nav items, but not on the last one
&:not(:last-child) {
margin-right: 0;
}
margin-left: 20px;
}

@media screen and (min-width: $on-medium) {
position: static;
float: right;
border: none;
background-color: inherit;

label[for="nav-trigger"] {
display: none;
}

.menu-icon {
display: none;
}

input ~ .trigger {
display: block;
}

.page-link {
display: inline;
padding: 0;

&:not(:last-child) {
margin-right: 20px;
}
margin-left: auto;
margin-right: 20px;
}
margin-left: auto;
}
}

Expand Down
2 changes: 1 addition & 1 deletion mirroring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1d73a1a

Please sign in to comment.