aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 536a545864928191729bc1eedf383e165ca152aa (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
# Rooster for Arch Linux

Arch Linux package for Rooster. You can install from source or via the AUR: https://aur.archlinux.org/packages/rooster.

Rooster's Arch Linux package is made available free of charge. You can support its development through [Liberapay](https://liberapay.com/conradkleinespel/) 💪

## Instructions

First, update the information in `PKGBUILD`.

Then, run the following commands:

```sh
# Update the build information and install the package
makepkg --printsrcinfo > .SRCINFO
makepkg -i
```

Then, publish to the AUR:
```sh
git clone ssh://aur@aur.archlinux.org/rooster.git aur-version
cp README.md PKGBUILD .SRCINFO aur-version/
cd aur-version
git add -A && git commit -m 'update version' && git push origin master
cd ..
rm -rf aur-version
```

## Contributors

We welcome contribution from everyone. Feel free to open an issue or a pull request at any time.

Here's a list of existing Rooster for Arch Linux contributors:

- [ReStrictOr on AUR](https://aur.archlinux.org/account/ReStrictOr)

Thank you very much for your help!  :smiley:  :heart:

## License

The source code is released under the Apache 2.0 license.