Skip to content

Commit

Permalink
Application Icon (#88)
Browse files Browse the repository at this point in the history
* add new icon
* add logo to readme
* add tag badges
  • Loading branch information
Lukas-Heiligenbrunner authored Sep 29, 2024
1 parent 19bc399 commit 3df8bcf
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 14 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<p align="center">
<a href="https://lukas-heiligenbrunner.github.io/AURCache/">
<img src="frontend/assets/icons/icon.svg" width="200"></a><!-- </a> being on the same line as the <img> tag is intentional! -->
<br>
<br>
<a href="https://github.com/lukas-heiligenbrunner/aurcache/releases">
<img src="https://img.shields.io/github/v/release/lukas-heiligenbrunner/aurcache?style=flat&labelColor=1C2C2E&color=C96329&logo=GitHub&logoColor=white"></a>
<a href="https://github.com/Lukas-Heiligenbrunner/AURCache/pkgs/container/aurcache">
<img src="https://ghcr-badge.egpl.dev/lukas-heiligenbrunner/aurcache/tags?color=%23c26632&ignore=latest&n=3&label=Tags&trim="></a>
<a href="https://github.com/Lukas-Heiligenbrunner/AURCache/pkgs/container/aurcache">
<img src="https://ghcr-badge.egpl.dev/lukas-heiligenbrunner/aurcache/size?color=%23c26632&tag=latest&label=Size&trim="></a>
<br>
</p>

<h4 align="center">
<a href="https://lukas-heiligenbrunner.github.io/AURCache/docs/overview/introduction">Documentation</a> |
<a href="https://lukas-heiligenbrunner.github.io/AURCache/">Website</a>
</h4>

# AURCache

AURCache is a build server and repository for Archlinux packages sourced from the AUR (Arch User Repository). It features a Flutter frontend and Rust backend, enabling users to add packages for building and subsequently serves them as a pacman repository. Notably, AURCache automatically detects when a package is out of date and displays it within the frontend.
Expand Down
Loading

0 comments on commit 3df8bcf

Please sign in to comment.