You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+5-6
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,16 @@ name: transgui
2
2
version: 5.18.0
3
3
grade: stable
4
4
summary: A feature rich cross platform Transmission BitTorrent client.
5
-
description: |
6
-
Transmission Remote GUI is feature rich cross platform front-end
7
-
to remotely control Transmission daemon via its RPC protocol.
8
-
It is faster and has more functionality than builtin Transmission
9
-
web interface.
10
-
icon: transgui.png
5
+
license: GPL-2.0
6
+
description: Transmission Remote GUI is feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than the built-in Transmission web interface.
7
+
icon: snap/gui/transgui.png
11
8
confinement: strict
12
9
base: core18
13
10
14
11
architectures:
15
12
- build-on: amd64
16
13
- build-on: i386
14
+
- build-on: armhf
17
15
18
16
apps:
19
17
transgui:
@@ -39,6 +37,7 @@ parts:
39
37
source:
40
38
- on amd64: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-x86_64-Linux.txz
41
39
- on i386: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-i686-Linux.txz
40
+
- on armhf: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-armv7l-Linux.txz
0 commit comments