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

recipes/gui/teams/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: teams
pkgver: '1.5.00.23861'
pkgrel: '2'
pkgdesc: 'Microsoft Teams for Linux is your chat-centered workspace in Office 365'
url: 'https://teams.microsoft.com/downloads'
arch: x86_64
depends:
- gtk3
- 'xorg-libxscrnsaver'
- 'xorg-libxtst'
- libsecret
- nss
- 'gtk-update-icon-cache'
- 'shared-mime-info'
- 'hicolor-icon-theme'
- 'desktop-file-utils'

makedepends: []
source:
- 'https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb'

sha256sums:
- SKIP

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

package: |
  true