mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

Debian Package #15

Closed usernatilds closed 6 years ago

usernatilds commented 6 years ago

I try run make when compile, but make install not work here, i now know how to install this package.

mmozeiko commented 6 years ago

I do not have install step in makefile. You'll need to either add it to makefile, or write custom install step in debian package build decription file (not sure how it is called). For example, see what I did in ArchLinux build file: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pkg2zip#n19 (line 19).

Because the result of this program is just one executable, I did not bother "install" it anywhere. Just copy it wherever you want/need.

usernatilds commented 6 years ago

Already running ./pkg2zip in same folder and work, but ok.

A package in Debian distros in repositories is a suggestion.

Thanks.