chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

add debian packaging folder #61

Open mdeguzis opened 9 years ago

mdeguzis commented 9 years ago

Of course this is optional, but if you'll accept, it may help those who want to make debian packages out of this repository. I wasn't sure to make the category games or utils. That is up for debate of course. I don't have a mentor for upstream Debian, so I cannot push this further. Plus, it needs a little more testing anyway. I was able to pair 2 DS4 controllers to SteamOS just fine.

Systemd service confirmation from fresh system install:

desktop@steamos:~/SteamOS-Tools-Packaging$ sudo systemctl status ds4drv
● ds4drv.service - ds4drv daemon
   Loaded: loaded (/lib/systemd/system/ds4drv.service; enabled)
   Active: active (running) since Sun 2015-11-22 16:12:43 EST; 10s ago
 Main PID: 4753 (ds4drv)
   CGroup: /system.slice/ds4drv.service
           ├─4753 /usr/bin/python /usr/bin/ds4drv
           └─4774 hcitool scan --flush
tonybaltovski commented 8 years ago

+1

I am interested in this as well.

Ape commented 8 years ago

I'm not sure if this belongs to our upstream repository. Should we also add packaging scripts for every other possible package manager? But I don't have a strong opinion on this.

mdeguzis commented 8 years ago

Just offering. I already maintian my own of course. If in disagreement I'm sure it will be closed.

CorneliaXaos commented 6 years ago

Hmm.. I just wrote my own sysvinit script for handling this.. While interesting, I do think it would be the wrong idea to only support packaging for a single package manager..