File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
+
3
+ PortSystem 1.0
4
+ PortGroup python 1.0
5
+
6
+ name matrix-commander
7
+ python.rootname matrix_commander
8
+ version 8.0.4
9
+ revision 0
10
+ categories-append net chat
11
+ supported_archs noarch
12
+ platforms {darwin any}
13
+ license LGPL-3
14
+ maintainers nomaintainer
15
+ description Simple command-line Matrix client
16
+ long_description {*}${description} .
17
+ homepage https://github.com/8go/matrix-commander
18
+ checksums rmd160 8f008284ec54b4c34a6c7bbebaae29e4bcf7cb72 \
19
+ sha256 464f7a4e3a632f5f13f831b882484d91552e3868292a63b9671cc1562f513fef \
20
+ size 198269
21
+
22
+ python.default_version 312
23
+
24
+ depends_lib-append port:matrix-nio \
25
+ port:olm \
26
+ port:py${python.version} -aiofiles \
27
+ port:py${python.version} -aiohttp \
28
+ port:py${python.version} -async-timeout \
29
+ port:py${python.version} -emoji \
30
+ port:py${python.version} -markdown \
31
+ port:py${python.version} -notify2 \
32
+ port:py${python.version} -Pillow \
33
+ port:py${python.version} -magic \
34
+ port:py${python.version} -pyxdg
You can’t perform that action at this time.
0 commit comments