@@ -20,8 +20,8 @@ for personal use.
2020- basics of CLI
2121- knowledge of the build system of the packaged program is preferable
2222- knowledge of libraries (what's a static/dynamic library, why are they
23- important, what's a SONAME etc.) is useful
24- - knowing what is a patch, how to make one and how to apply one is preferable
23+ important, what's a SONAME, etc.) is useful
24+ - knowing what a patch is , how to make one, and how to apply it is preferable
2525 (they are used in [ packaging j4-dmenu-desktop] ( /packaging/j4-dmenu-desktop.md )
2626 section of this tutorial, but shouldn't be necessary in more normal use)
2727
@@ -38,11 +38,11 @@ those who do not have experience with build systems. This tutorial aims to
3838bridge that gap.
3939
4040I try to cover the basics. Feel free to skip some sections. But don't skip too
41- much. This tutorial is written to be read from beginning to the end.
41+ much. This tutorial is written to be read from beginning to end.
4242
4343This tutorial is divided into four sections: packaging
4444[ ` j4-dmenu-desktop ` ] ( /packaging/j4-dmenu-desktop.md ) ,
45- [ ` bat ` ] ( /packaging/bat.md ) , [ ` oniguruma ` ] ( /packaging/oniguruma.md ) and
45+ [ ` bat ` ] ( /packaging/bat.md ) , [ ` oniguruma ` ] ( /packaging/oniguruma.md ) , and
4646[ ` rofimoji ` ] ( /packaging/rofimoji.md ) . Packaging
4747[ ` j4-dmenu-desktop ` ] ( /packaging/j4-dmenu-desktop.md ) showcases basic concepts of
4848` xbps-src ` and [ ` bat ` ] ( /packaging/bat.md ) ,
@@ -69,8 +69,8 @@ copying from code blocks in this tutorial.
6969
7070### Extended logs
7171Some logs in this tutorial are cut. You can expand them by clicking on the eye
72- icon on the upper right corner of a code sample. The button will appear when
73- you'll hover over the code block.
72+ icon in the upper right corner of a code sample. The button will appear when
73+ you hover over the code block.
7474
7575``` hidelines=~
7676~content
@@ -96,15 +96,15 @@ which contains everything there is to know about `xbps-src`
9696- [ CONTRIBUTING] ( https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md ) ,
9797which contains useful info about contributing packages to ` void-packages ` like
9898commit message format requirements, ** package requirements** (we'll come back to
99- this soon) and more
99+ this soon), and more
100100
101101The [ Manual] ( https://github.com/void-linux/void-packages/blob/master/Manual.md )
102102is more akin to a reference manual, but the first few sections briefly explain
103103the basics of ` xbps-src ` .
104104
105105### Obsolescence of this tutorial
106106I chose to package the latest versions of the programs I'm showcasing at the
107- time of writing this tutorial. But ` j4-dmenu-desktop ` , ` bat ` , ` oniguruma ` and
107+ time of writing this tutorial. But ` j4-dmenu-desktop ` , ` bat ` , ` oniguruma ` , and
108108` rofimoji ` might have newer versions available by the time you read this,
109109rendering the packages I'm showcasing obsolete.
110110
@@ -127,7 +127,7 @@ complicated programs for you at your will.
127127
128128When asking there, do ** not** paste error logs or templates directly to the
129129channel. You will likely be kicked for this. Use a paste site instead. You can
130- use < https://bpa.st/ > , < https://0x0.st/ > , < https://termbin.com/ > or some other
130+ use < https://bpa.st/ > , < https://0x0.st/ > , < https://termbin.com/ > , or some other
131131paste site.
132132
133133It is often useful to pipe the output of a command directly to a paste site.
0 commit comments