🔒 Repository is read-only – file editing is disabled.

recipes/gui/element-desktop/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: 'element-desktop'
pkgver: '1.11.101'
pkgrel: '1'
pkgdesc: 'A feature-rich client for Matrix.org'
url: 'https://element.io/'
arch: x86_64
license:
- Apache

depends:
- gtk3
- libnotify
- nss
- libsecret
- 'xorg-libxtst'
- 'xdg-utils'

makedepends: []
source:
- 'https://packages.riot.im/debian/pool/main/e/element-desktop/element-desktop_${pkgver}_amd64.deb'

sha256sums:
- SKIP

build: |
  bsdtar -xf *.deb
  tar -xvf data.tar.xz -C ${PKGDIR}/

  install -Dm644 ${PKGDIR}/opt/Element/LICENSES.chromium.html ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSES.chromium.html
  install -Dm644 ${PKGDIR}/opt/Element/LICENSE.electron.txt ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE.electron.txt

package: |
  true