aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Meusel2020-07-18 19:42:56 +0200
committerJoost Molenaar2020-07-18 20:26:47 +0200
commited4442a02ac72f3d9f6f699942ac6dba5e878b25 (patch)
treee10c1ff060d7be831005d5643e625e571b79feee /README.md
parent527b43204a2dc5e317ad1acfe972441ac4bbac35 (diff)
downloadaur-ed4442a02ac72f3d9f6f699942ac6dba5e878b25.tar.gz
document extra-x86_64-build build process
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 21c27f8ae654..801a010747b2 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,16 @@
To build:
- makepkg -CcfLsr
-That is `-c` for 'clean after succesful build', `-C` for 'remove $srcdir before
-building', `-f` for 'force rebuilding if package already exists', `-L` for
-'save a build log', `-s` for 'install missing dependencies using pacman', `-r`
-for 'remove any installed dependencies after build'.
+```sh
+extra-x86_64-build
+```
+
+The tool is provided by the [devtools](https://www.archlinux.org/packages/extra/any/devtools/)
+package. It's the recommended way
+[0](https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot)
+[1](https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines)
+for building Arch Linux packages in a clean environment.
To create the .SRCINFO: