初步?

This commit is contained in:
gfdgd xi 2023-06-22 12:23:11 +08:00
parent d8dce3b62c
commit eba3d9f728
3 changed files with 37 additions and 0 deletions
PackageConfig
0
DEBIAN
opt/apps/@@PACKAGE@@/entries/applications
list.json

@ -0,0 +1,10 @@
Package: @@PACKAGE@@
Version: @@VERSION@@
Architecture: @@ARCH@@
Maintainer: @@MAKER@@
Depends: @@DEPENDS@@
Section: non-free/otherosfs
Priority: optional
Multi-Arch: foreign
Installed-Size: @@SIZE@@
Description: @@DESCRIPTION@@

@ -0,0 +1,14 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Type=Application
X-Created-By=
Categories=;
Icon=@@ICONLIST@@
Exec="/opt/apps/@@PACKAGE@@/files/run.sh" --uri
Name=@@NAME@@
Comment=@@NAME@@
MimeType=@@MIMETYPE@@
GenericName=@@NAME@@
Terminal=false
StartupNotify=false

13
PackageConfig/list.json Normal file

@ -0,0 +1,13 @@
[
"@@PACKAGE@@",
"@@VERSION@@",
"@@ARCH@@",
"@@MAKER@@",
"@@DEPENDS@@",
"@@SIZE@@",
"@@DESCRIPTION@@"
"@@ICONLIST@@",
"@@NAME@@",
"@@MIMETYPE@@",
"@@CATEGORIES@@"
]