aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..31925b6d7c02
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+There is the commands I used to create and check the package:
+
+```
+updpkgsums
+gendesk PKGBUILD
+namcap PKGBUILD
+makepkg -f
+pacman -Qip medivia-2.4.0-1-x86_64.pkg.tar.xz
+pacman -Qlp medivia-2.4.0-1-x86_64.pkg.tar.xz
+namcap medivia-2.4.0-1-x86_64.pkg.tar.xz
+makepkg --printsrcinfo > .SRCINFO
+```
+
+`namcap` shows some errors and warnings thougt, but I can't figure out what I can ignore and what I shound fix.
+
+This is my first package, so any criticism and suggestions is appreciated.