aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoror2019-01-05 04:55:10 +0200
committeror2019-01-05 05:04:06 +0200
commitd286863c081ec6313e0c25a6a3812bdac13bd176 (patch)
treee95b967ef339c15129dd80caa4f68cb31f0daad4 /README.md
downloadaur-d286863c081ec6313e0c25a6a3812bdac13bd176.tar.gz
The first version
It has some issues, not serious, you can read about it on the forum: https://bbs.archlinux.org/viewtopic.php?pid=1824343#p1824343 In short word: * Some warnings about ELF file, I was told that it is OK * unknown license because the developers doesn't have one yet. ``` medivia E: ELF files outside of a valid path ('opt/'). medivia W: ELF file ('opt/medivia/medivia') lacks FULL RELRO, check LDFLAGS. medivia W: ELF file ('opt/medivia/medivia') lacks PIE. medivia E: unknown is not a common license (it's not in /usr/share/licenses/common/) ```
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.