may be working packaging for arch and alpine

This commit is contained in:
Er2 2021-11-09 21:24:13 +03:00
parent caad031aa1
commit 897a36e8e0
12 changed files with 120 additions and 34 deletions

9
tools/DEBIAN/control Normal file
View file

@ -0,0 +1,9 @@
Package: er2cord
Version: 0.1.0
Section: development
Priority: optional
Architecture: amd64
Maintainer: Er2 <er2@dismail.de>
Depends: libgtk-4-1 (>= 4.1.0)
Homepage: https://gitdab.com/er2/er2cord
Description: WIP GTK4 chat.

4
tools/DEBIAN/postinst Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
chmod +x /usr/bin/er2cord
glib-compile-schemas /usr/share/glib-2.0/schemas
exit 0