aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 31925b6d7c029ad341b70507dce2dab8cd4ad5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.