Skip to content

Tomcat-42/aur

Repository files navigation

arch_logo

Tomcat0x42's personal pacman repo.

Mainly includes a personal config of the LLVM project packages and the AUR packages that I maintain.

Import my PGP key

Import my GPG key from a keyserver:

sudo pacman-key --recv-keys D53B2A48C41BD647042FAD1059146EDE9B2F2872 

Or alternatively directly from the keyfile:

wget tomcat0x42.me/aur/tomcat0x42.gpg && sudo pacman-key --add tomcat0x42.gpg

And verify/sign the key:

sudo pacman-key --finger D53B2A48C41BD647042FAD1059146EDE9B2F2872 && sudo pacman-key --lsign-key D53B2A48C41BD647042FAD1059146EDE9B2F2872

Add the repo to pacman

Add the following to /etc/pacman.conf:

[tomcat0x42]
Server = https://tomcat0x42.me/aur/$arch

And finally, sync pacman database:

sudo pacman -Sy

Packages

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 (llvm/llvm-project#66462 (comment)) 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

About

My personal arch linux repository: https://tomcat0x42.me/aur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published