rcpoison / dxvk-cache-pool

Client/server for sharing DXVK pipeline caches
Other
34 stars 2 forks source link

Ubuntu / Debian package #3

Closed rcpoison closed 6 years ago

rcpoison commented 6 years ago

Most popular distribution, should probably provide packages for easy access

SpectralMemories commented 6 years ago

Im not a pro on this matter but I did create a couple of packages before, I could try to make one and hopefully the community could test it out

SpectralMemories commented 6 years ago

Being rather bored tonight I created a first prototype. I tested it in an Ubuntu 18.04 virtual machine. I included one package that includes openjdk-8-jre as a dependency, and another one that does not (for custom java implementations). All the informations provided in the deb file should be reviewed, including the man page I came up with. Enjoy!

Screenshot

rcpoison commented 6 years ago

@SpectralMemories: That's awesome, thank you! I'll look at it after work :)

rcpoison commented 6 years ago

Wow, you even went to the trouble of creating a manpage :)

Looks good to me!

How would you go about including the package sources in the git project? Does debians packaging system support pulling sources from git? Or should I write a build script for debian that copies everything to the expected place in the package source dir?

rcpoison commented 6 years ago

@SpectralMemories I've managed building the package automatically.

Do you mind if I pilfer your manpage? :)

SpectralMemories commented 6 years ago

@rcpoison Use the manpage as you please, else I would have written it for nothing haha :)