1
1
Fork
You've already forked ayugram-template-void
1
Void Linux template for AyuGram Desktop with automated builds (x86_64-glibc, x86_64-musl).
OverLessArtem 3cb0e30334
All checks were successful
Build AyuGram / Build AyuGram x86_64 (push) Successful in 59m6s
Build AyuGram / Build AyuGram x86_64 (Musl) (push) Successful in 1h0m39s
Build AyuGram / Publish Release (push) Successful in 3m33s
ayugram-desktop: bump revision to 2
2026年06月11日 19:29:41 +05:00
.forgejo Update README with new installation instructions 2026年05月01日 00:47:18 +05:00
srcpkgs/ayugram-desktop ayugram-desktop: bump revision to 2 2026年06月11日 19:29:41 +05:00
LICENSE Add GPL v3 license to comply with upstream Telegram/AyuGram 2026年03月12日 15:39:08 +05:00
README-en.md docs: fix typos and update README 2026年05月18日 07:13:46 +02:00
README.md docs: fix typos and update README 2026年05月18日 07:13:46 +02:00

AyuGram Desktop для Void Linux

English

AyuGram AyuChan VoidBTW

Неофициальная сборка мода AyuGram под Void Linux.

Два способа установки

Способ 1 — готовый бинарный пакет

  1. Перейди на страницу Releases
  2. Скачай последний релиз для нужной архитектуры:
    • x86_64-glibc — для большинства систем
    • x86_64-musl — для musl-based Void Linux
  3. Установи пакет:
cd <директория_с_скачанным_файлом>
# Создаём индекс репозитория (необходимо перед установкой)
xbps-rindex -a *.xbps
# Устанавливаем пакет
sudo xbps-install --repository=$PWD ayugram-desktop

Способ 2 — собрать самому

# Клонируем шаблон
git clone https://codeberg.org/OverLessArtem/ayugram-template-void.git
# Клонируем официальный репозиторий void-packages
git clone https://github.com/void-linux/void-packages.git
# Копируем наш пакет в srcpkgs
cp -r ayugram-template-void/srcpkgs/* void-packages/srcpkgs/
# Переходим в директорию
cd void-packages
# Собираем пакет (может занять 10–40 минут)
./xbps-src pkg ayugram-desktop
# Устанавливаем собранный пакет
sudo xbps-install -R hostdir/binpkgs ayugram-desktop