blob: ef684ce5aeecb44fc44819ef65f6ebb4630d4a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# gitfetch - AUR Package
This is the AUR package for [gitfetch](https://github.com/Matars/gitfetch), a neofetch-style CLI tool for GitHub statistics.
## Installation
```bash
yay -S gitfetch-python
```
Or with any other AUR helper:
```bash
paru -S gitfetch-python
trizen -S gitfetch-python
```
## Manual Build
```bash
git clone https://aur.archlinux.org/gitfetch-python.git
cd gitfetch-python
makepkg -si
```
## Updating
This package is automatically updated when new releases are published on the main repository.
|