fix: renamed arm directories
This commit is contained in:
parent
fc0d7c127b
commit
b04021d43f
29
README.md
29
README.md
@ -13,32 +13,47 @@ pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
|||||||
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Any Repository
|
||||||
|
|
||||||
|
Add the [any](https://arch.cryptic.systems/any/) repository to the pacman.conf.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cat >> /etc/pacman.conf << 'EOF'
|
||||||
|
|
||||||
|
# A repo for Markus Pesch's own projects:
|
||||||
|
# - https://github.com/volker-raschek
|
||||||
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
|
[cs_any]
|
||||||
|
Server = https://arch.cryptic.systems/any/
|
||||||
|
EOF
|
||||||
|
```
|
||||||
|
|
||||||
## x86_64 Repository
|
## x86_64 Repository
|
||||||
|
|
||||||
Add the [x86_64](https://arch.cryptic.systems/x86_64/) repository to the pacman.conf.
|
Add the [x86_64](https://arch.cryptic.systems/x86_64/) repository to the pacman.conf.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat >> /etc/pacman.conf <<EOF
|
cat >> /etc/pacman.conf << 'EOF'
|
||||||
|
|
||||||
# A repo for Markus Pesch's own projects:
|
# A repo for Markus Pesch's own projects:
|
||||||
# - https://github.com/volker-raschek
|
# - https://github.com/volker-raschek
|
||||||
# - https://git.cryptic.systems/volker.raschek
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
[cs_x86_64]
|
[cs_x86_64]
|
||||||
Server = https://arch.cryptic.systems/$arch/
|
Server = https://arch.cryptic.systems/x86_64/
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
## armv7h Repository
|
## armv7 Repository
|
||||||
|
|
||||||
Add the [armv7h](https://arch.cryptic.systems/armv7h/) repository to the pacman.conf.
|
Add the [armv7](https://arch.cryptic.systems/armv7/) repository to the pacman.conf.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat >> /etc/pacman.conf <<EOF
|
cat >> /etc/pacman.conf << 'EOF'
|
||||||
|
|
||||||
# A repo for Markus Pesch's own projects:
|
# A repo for Markus Pesch's own projects:
|
||||||
# - https://github.com/volker-raschek
|
# - https://github.com/volker-raschek
|
||||||
# - https://git.cryptic.systems/volker.raschek
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
[cs_armv7h]
|
[cs_armv7]
|
||||||
Server = https://arch.cryptic.systems/$arch/
|
Server = https://arch.cryptic.systems/armv7/
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
@ -1,5 +1,5 @@
|
|||||||
# A repo for Markus Pesch's own projects:
|
# A repo for Markus Pesch's own projects:
|
||||||
# - https://github.com/volker-raschek
|
# - https://github.com/volker-raschek
|
||||||
# - https://git.cryptic.systems/volker.raschek
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
[cs_armv5h]
|
[cs_armv5]
|
||||||
Server = https://arch.cryptic.systems/$arch/
|
Server = https://arch.cryptic.systems/$arch/
|
@ -1,5 +1,5 @@
|
|||||||
# A repo for Markus Pesch's own projects:
|
# A repo for Markus Pesch's own projects:
|
||||||
# - https://github.com/volker-raschek
|
# - https://github.com/volker-raschek
|
||||||
# - https://git.cryptic.systems/volker.raschek
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
[cs_armv6h]
|
[cs_armv6]
|
||||||
Server = https://arch.cryptic.systems/$arch/
|
Server = https://arch.cryptic.systems/$arch/
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
pkgname=flucky
|
pkgname=flucky
|
||||||
pkgver=v0.1.0
|
pkgver=v0.1.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='A lightweight golang program to read values from different sensors'
|
pkgdesc='A lightweight golang program to read values from different sensors'
|
||||||
arch=('armv7h')
|
arch=('armv7' 'armv7h' 'armv7l')
|
||||||
url=https://github.com/volker-raschek/flucky
|
url=https://github.com/volker-raschek/flucky
|
||||||
license=('Apache 2.0')
|
license=('Apache 2.0')
|
||||||
makedepends=('git' 'go' 'make')
|
makedepends=('git' 'go' 'make')
|
@ -1,5 +1,5 @@
|
|||||||
# A repo for Markus Pesch's own projects:
|
# A repo for Markus Pesch's own projects:
|
||||||
# - https://github.com/volker-raschek
|
# - https://github.com/volker-raschek
|
||||||
# - https://git.cryptic.systems/volker.raschek
|
# - https://git.cryptic.systems/volker.raschek
|
||||||
[cs_armv7h]
|
[cs_armv7]
|
||||||
Server = https://arch.cryptic.systems/$arch/
|
Server = https://arch.cryptic.systems/$arch/
|
Loading…
Reference in New Issue
Block a user