summarylogtreecommitdiffstats
path: root/BUILDING
blob: b7da2af1ed32eb74a205e54a5714cf258b04d9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To build the package, execute the following commands:

$ https://aur.archlinux.org/mrcode.git
$ cd mrcode
$ makepkg

Wait for the build to complete, then install the package:

$ pacman -U mrcode-${version}-${arch}.pkg.tar.zst

If the package installed correctly, and MrCode runs correctly, update the AUR with the new code:

$ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO
$ git commit -am "Update mrcode to <version>"
$ git push