aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 9cefc3a46c939e4fe17d24ab9cd5a20acba7911e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# autohide-tdrop AUR package

[The `autohide-tdrop` source is here](https://github.com/I-Want-ToBelieve/autohide-tdrop). Please report all non-packaging issues there.

## Repo Recipes

#### Add the AUR repo (assuming this repo is cloned)

```bash
git remote add aur ssh://aur@aur.archlinux.org/autohide-tdrop-git.git
git fetch aur
```

#### Push a new release

```bash
makepkg --printsrcinfo > .SRCINFO
git add .SRCINFO
git commit
git push aur main:master
```