blob: 62ee6d37c5fceba6b065c2005a5e53acfa26263e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
pkgname=strisemarx-x-extra
pkgver=23
pkgrel=1
pkgdesc="strisemarx's Xorg apps metapackage"
arch=('any')
url="https://strisemarx.com"
license=('GPL3')
depends=(
'arkenfox-user.js'
'chromium'
'librewolf-bin'
'libfido2'
'libreoffice-still'
'okular'
'torbrowser-launcher'
'zathura'
'zathura-pdf-mupdf'
)
# vim: ts=2 sw=2 et:
|