wip debian package

pull/14/head
sezanzeb 4 years ago
parent 23f83da7e7
commit 9afc70ed6f

@ -2,10 +2,10 @@
# build the .deb and .appimage files
# https://ubuntuforums.org/showthread.php?t=1002909
dist=deb
dist=dist
name=key-mapper-0.1.0
python3 setup.py sdist --dist-dir deb
python3 setup.py sdist --dist-dir $dist
tar -C deb -xzf $dist/$name.tar.gz
cp $dist/DEBIAN $dist/$name -r
dpkg-deb -b $dist/$name $name.deb

@ -0,0 +1,6 @@
Package: key-mapper
Version: 0.1.0
Architecture: all
Maintainer: Sezanzeb <proxima@hip70890b.de>
Depends: python3, python3-setuptools, python3-evdev, python3-dbus
Description: A tool to change the mapping of your input device buttons
Loading…
Cancel
Save