aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: c8ca321c0dda74094acc256faff2712d8c46d1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# material-gnome-manager-git

AUR packaging for Material GNOME Manager.

## Build Locally

```bash
makepkg -si
```

## Publish

After the application repository is pushed to GitHub:

```bash
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO README.md .gitignore
git commit -m "Initial import"
git push
```