aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 6464f5cb71e5febcc307ed6abc0728f0d0a3834f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Archey4-PKGBUILD

> Archey4 PKGBUILD for Arch User Repository (AUR)

## Required dependencies

```bash
# For developers
pacman -Sy base-devel pacman-contrib namcap

# For maintainers
pacman -Sy python-setuptools python-build python-installer python-wheel python-distro python-netifaces
```

## Clone this repository

```bash
git clone https://aur.archlinux.org/archey4.git
cd archey4/
```

## Development procedure

```bash
# Edit PKGBUILD as needed here...
nano PKGBUILD

# Run PKGBUILD lint
namcap PKGBUILD

# Update MD5 and SHA1 sums
updpkgsums

# Let's build the package
makepkg
makepkg --printsrcinfo > .SRCINFO

# Commit changes and publish them
git add PKGBUILD .SRCINFO
git commit -m '...'
git push
```

## Installation procedure

```bash
pacman -U ./archey4-*.pkg.tar.zst

# These entry points should now be available on your system
archey
archey4
```