summarylogtreecommitdiffstats
path: root/BUILDING
blob: ee6f0f2cead212eca594b734694ac05716a97334 (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-bin.git
$ cd mrcode-bin
$ makepkg

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

$ pacman -U mrcode-bin-${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-bin to ${version}."
$ git push