https://github.com/tomcat-42/aur
My personal AUR repo.
https://github.com/tomcat-42/aur
Last synced: about 1 month ago
JSON representation
My personal AUR repo.
- Host: GitHub
- URL: https://github.com/tomcat-42/aur
- Owner: Tomcat-42
- Created: 2025-01-14T11:26:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T00:27:49.000Z (3 months ago)
- Last Synced: 2025-04-09T01:26:29.135Z (3 months ago)
- Language: Shell
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

> [Tomcat0x42's](https://aur.archlinux.org/account/tomcat0x42) personal pacman repo.
>
> Mainly includes a personal config of the [LLVM](https://llvm.org/) project packages and the AUR packages that I maintain.- [Import my PGP key](#import-my-pgp-key)
- [Add the repo to pacman](#add-the-repo-to-pacman)
- [Packages](#packages)Import my GPG key from a keyserver:
```bash
sudo pacman-key --recv-keys D53B2A48C41BD647042FAD1059146EDE9B2F2872
```Or alternatively directly from the keyfile:
```bash
wget tomcat0x42.me/aur/tomcat0x42.gpg && sudo pacman-key --add tomcat0x42.gpg
```And verify/sign the key:
```bash
sudo pacman-key --finger D53B2A48C41BD647042FAD1059146EDE9B2F2872 && sudo pacman-key --lsign-key D53B2A48C41BD647042FAD1059146EDE9B2F2872
```Add the following to `/etc/pacman.conf`:
```bash
[tomcat0x42]
Server = https://tomcat0x42.me/aur/$arch
```And finally, sync pacman database:
```bash
sudo pacman -Sy
```| **_name_** | **_description_** | **_upstream url_** |
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|
| cmake-git | CMake is a cross-platform, open-source build system generator. | https://gitlab.kitware.com/cmake/cmake |
| llvm-git | My build of the LLVM project. Includes experimental clangd modules support (https://github.com/llvm/llvm-project/pull/66462#issuecomment-2047747705) | https://llvm.org/ |
| llvm-runtimes-git | My build of the LLVM runtimes (libc++, libc++abi and libunwind). Includes libc++ modules installation. | https://llvm.org/ |
| mesa-git | Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more. Built against this repo LLVM. | https://www.mesa3d.org |
| sandbar-git | dwm-like bar for the river wayland compositor | https://github.com/kolunmi/sandbar |
| spirv-llvm-translator-git | A tool and a library for bi-directional translation between SPIR-V and LLVM IR. Build against this repo LLVM. | https://github.com/KhronosGroup/SPIRV-LLVM-Translator |