summaryrefslogtreecommitdiff
path: root/any/zoom-firejail/PKGBUILD
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-02-01 20:51:14 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-02-01 20:51:14 -0800
commitdffa856449f1593239cbd56a737dfbf5eea3a869 (patch)
tree06c4d239caa1696c1e50861ce20aa919a164d853 /any/zoom-firejail/PKGBUILD
parentb1287d111a64c78b1051e248007eb4e53f3af2ba (diff)
update
Diffstat (limited to 'any/zoom-firejail/PKGBUILD')
-rw-r--r--any/zoom-firejail/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/any/zoom-firejail/PKGBUILD b/any/zoom-firejail/PKGBUILD
deleted file mode 100644
index d584af1..0000000
--- a/any/zoom-firejail/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: Excitable Snowball <excitablesnowball@gmail.com>
-
-pkgname=zoom-firejail
-pkgver=0.1.7
-pkgrel=1
-pkgdesc=".desktop file for running Zoom in Firejail"
-arch=('any')
-license=('MIT')
-depends=('zoom' 'firejail')
-optdepends=('xdg-utils')
-install=zoom-firejail.install
-source=('ZoomFirejail.desktop'
- 'zoom-firejail')
-sha512sums=('88342fd5847dd58c271ea9cb2ca7c4497fba00b3ea761a8ce630e1d072a7e39c426fffe62cc5fdb6c8516a33e70dd292109c41f7d3966fee7acb78b32c3a0e6a'
- 'aea3761bd540ebe71b350a1f7fd79683080d73a1c26373ad1f91a552f5c9319665cba4e1d3bc0267bfca3f8d37598ec5077797eec43561f5f7bcd3b583df4b2a')
-
-package() {
- install -Dm755 zoom-firejail "$pkgdir"/usr/bin/zoom-firejail
- install -Dm644 ZoomFirejail.desktop "$pkgdir"/usr/share/applications/ZoomFirejail.desktop
-}