The AUR packages i mintain
1alias p := push
2alias pub := publish
3alias c := clean
4
5readme:
6 bash readme.sh > readme.md
7
8update-vcs-packages:
9 bash update-vcs.sh
10
11push FLAGS="-u" BRANSH="aurora":
12 git push {{FLAGS}} github {{BRANSH}}
13 git push {{FLAGS}} gitlab {{BRANSH}}
14 git push {{FLAGS}} codeberg {{BRANSH}}
15 git push {{FLAGS}} disroot {{BRANSH}}
16 git push {{FLAGS}} tangled {{BRANSH}}
17 git push {{FLAGS}} codefloe {{BRANSH}}
18
19publish PKG:
20 aurpublish {{PKG}}
21
22clean:
23 git clean -ffdx