forked from SableClient/Sable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnfpm.yaml
More file actions
58 lines (55 loc) · 1.18 KB
/
Copy pathnfpm.yaml
File metadata and controls
58 lines (55 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# yaml-language-server: $schema=https://nfpm.goreleaser.com/schema.json
name: sable
arch: ${PKG_ARCH}
platform: linux
version: ${PKG_VERSION}
release: ${PKG_RELEASE}
version_schema: semver
section: net
maintainer: SableClient
description: Sable, a Matrix client
homepage: https://sable.moe
contents:
- src: ${PKGROOT}/opt/sable/
dst: /opt/sable
type: tree
expand: true
- src: ${PKGROOT}/usr/
dst: /usr
type: tree
expand: true
- src: src-tauri/packaging/deb/apparmor/sable
dst: /etc/apparmor.d/sable
type: config
packager: deb
overrides:
deb:
scripts:
postinstall: src-tauri/packaging/deb/postinst
preremove: src-tauri/packaging/deb/prerm
depends:
- apparmor
- libgtk-3-0
- libnss3
- libnspr4
- libgbm1
- libdrm2
- libxkbcommon0
- libasound2
- libcups2
- xdg-utils
- xwayland
- libayatana-appindicator3-1
rpm:
depends:
- gtk3
- nss
- nspr
- mesa-libgbm
- libdrm
- libxkbcommon.so.0()(64bit)
- alsa-lib
- cups-libs
- xdg-utils
- xorg-x11-server-Xwayland
- libayatana-appindicator3.so.1()(64bit)