mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
[Distribution] Added debian package configuration (#472)
* [Distribution] Added debian package configuration * Update make_config.yaml
This commit is contained in:
@@ -46,6 +46,7 @@ migrate_working_dir/
|
||||
.pub-cache/
|
||||
.pub/
|
||||
/build/
|
||||
/dist/
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
display_name: LocalSend
|
||||
package_name: localsend
|
||||
maintainer:
|
||||
name: Tienisto
|
||||
email: dev.tien.donam@gmail.com
|
||||
co_authors:
|
||||
- name: TheGB0077
|
||||
email: gb.lima.dev@gmail.com
|
||||
priority: optional
|
||||
section: x11
|
||||
installed_size: 8859
|
||||
essential: false
|
||||
icon: assets/img/logo-512.png
|
||||
|
||||
pre_dependencies:
|
||||
- libc6 (>= 2.31)
|
||||
|
||||
dependencies:
|
||||
- libappindicator3-1
|
||||
- libayatana-appindicator3-1
|
||||
- libayatana-ido3-0.4-0
|
||||
|
||||
postinstall_scripts:
|
||||
- echo "Installed Localsend successfully"
|
||||
postuninstall_scripts:
|
||||
- echo "Sorry to see you go :("
|
||||
|
||||
keywords:
|
||||
- Sharing
|
||||
- LAN
|
||||
- Files
|
||||
|
||||
generic_name: An open source cross-platform alternative to AirDrop
|
||||
|
||||
categories:
|
||||
- GTK
|
||||
- FileTransfer
|
||||
|
||||
startup_notify: true
|
||||
Reference in New Issue
Block a user