mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
wip debian package
This commit is contained in:
parent
23f83da7e7
commit
9afc70ed6f
4
build.sh
4
build.sh
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
# build the .deb and .appimage files
|
# build the .deb and .appimage files
|
||||||
# https://ubuntuforums.org/showthread.php?t=1002909
|
# https://ubuntuforums.org/showthread.php?t=1002909
|
||||||
dist=deb
|
dist=dist
|
||||||
name=key-mapper-0.1.0
|
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
|
tar -C deb -xzf $dist/$name.tar.gz
|
||||||
cp $dist/DEBIAN $dist/$name -r
|
cp $dist/DEBIAN $dist/$name -r
|
||||||
dpkg-deb -b $dist/$name $name.deb
|
dpkg-deb -b $dist/$name $name.deb
|
||||||
|
6
deb/DEBIAN/control
Normal file
6
deb/DEBIAN/control
Normal file
@ -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…
Reference in New Issue
Block a user