Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcat-42/aur
My personal arch linux repository: https://tomcat0x42.me/aur
https://github.com/tomcat-42/aur
Last synced: 25 days ago
JSON representation
My personal arch linux repository: https://tomcat0x42.me/aur
- Host: GitHub
- URL: https://github.com/tomcat-42/aur
- Owner: Tomcat-42
- Created: 2024-04-20T23:43:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:59:26.000Z (4 months ago)
- Last Synced: 2024-09-09T20:51:49.088Z (4 months ago)
- Language: Shell
- Size: 1.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![arch_logo](https://github.com/Tomcat-42/aur/assets/44649669/bc6c8427-2061-4c43-8a23-95c74946a335)
> [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 |