blob: 89fd0192100507efad5f9228a0746ab72027128d (
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
|
# mako-center-git AUR package
This directory is a standalone AUR repo for `mako-center-git`.
## Update `.SRCINFO`
```sh
makepkg --printsrcinfo > .SRCINFO
```
## Test build
```sh
makepkg -si
```
## Push to AUR
```sh
git remote add aur ssh://aur@aur.archlinux.org/mako-center-git.git
git add PKGBUILD .SRCINFO .gitignore README.md
git commit -m "Initial import of mako-center-git"
git push aur master
```
|