Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A curated collection of Arch Linux packages missing from the AUR — automatical

| | App | Packages |
|:---:|:---|:---|
| <img src="./packages/acheron/icon.png" width="64" height="64" alt=""> | **[acheron](https://github.com/ouwou/acheron)**<br>Alternative Discord client made in C++ with Qt 6 | [![acheron-nightly](https://img.shields.io/aur/version/acheron-nightly?style=flat-square&label=acheron-nightly)](https://aur.archlinux.org/packages/acheron-nightly) [![acheron-git](https://img.shields.io/aur/version/acheron-git?style=flat-square&label=acheron-git&color=purple)](https://aur.archlinux.org/packages/acheron-git) |
| <img src="./packages/aider-desk/icon.png" width="64" height="64" alt=""> | **[aider-desk](https://github.com/hotovo/aider-desk)**<br>Transparent, steerable AI orchestration platform for software engineers | [![aider-desk-appimage](https://img.shields.io/aur/version/aider-desk-appimage?style=flat-square&label=aider-desk-appimage)](https://aur.archlinux.org/packages/aider-desk-appimage) |
| <img src="./packages/aperant/icon.png" width="64" height="64" alt=""> | **[aperant](https://github.com/AndyMik90/Aperant)**<br>Autonomous multi-session AI coding desktop client | [![aperant-appimage](https://img.shields.io/aur/version/aperant-appimage?style=flat-square&label=aperant-appimage)](https://aur.archlinux.org/packages/aperant-appimage) |
| <img src="./packages/beammp-launcher/icon.png" width="64" height="64" alt=""> | **[beammp-launcher](https://github.com/BeamMP/BeamMP-Launcher)**<br>Multiplayer launcher/client for BeamNG.drive | [![beammp-launcher](https://img.shields.io/aur/version/beammp-launcher?style=flat-square&label=beammp-launcher)](https://aur.archlinux.org/packages/beammp-launcher) [![beammp-launcher-git](https://img.shields.io/aur/version/beammp-launcher-git?style=flat-square&label=beammp-launcher-git&color=purple)](https://aur.archlinux.org/packages/beammp-launcher-git) |
Expand Down
11 changes: 11 additions & 0 deletions packages/acheron/acheron.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Name=Acheron
GenericName=Discord Client
Comment=Alternative Discord client made in C++ with Qt 6
Exec=acheron %U
Icon=acheron
Terminal=false
Categories=Network;InstantMessaging;Qt;
StartupWMClass=acheron
Keywords=discord;chat;
Binary file added packages/acheron/acheron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/acheron/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions packages/acheron/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: acheron
docs:
externalAur:
- acheron-git
url: https://github.com/ouwou/acheron
license: GPL-3.0
pkgdesc: "Alternative Discord client made in C++ with Qt 6"

variants:
nightly:
pkgver: "0"
depends: [fuse2]
options: ["!strip"]
versionChecker: >-
curl -s https://api.github.com/repos/ouwou/acheron/commits/master |
jq -r '"\(.commit.author.date[0:10] | gsub("-"; "."))_\(.sha[0:7])"'
source:
- "acheron-nightly-${pkgver}.zip::https://nightly.link/ouwou/acheron/workflows/build/master/acheron-appimage.zip"
- "acheron.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.desktop"
- "acheron.png::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/acheron/acheron.png"
prepare: |
chmod +x "${srcdir}/Acheron-x86_64.AppImage"
package: |
install -Dm755 "${srcdir}/Acheron-x86_64.AppImage" "${pkgdir}/opt/acheron-nightly/acheron.AppImage"
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/acheron-nightly/acheron.AppImage" "${pkgdir}/usr/bin/acheron"
install -Dm644 "${srcdir}/acheron.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/acheron.png"
install -Dm644 "${srcdir}/acheron.desktop" "${pkgdir}/usr/share/applications/acheron.desktop"