Skip to content

Instantly share code, notes, and snippets.

@bentglasstube
Created September 19, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentglasstube/6e22c79166361fa11890 to your computer and use it in GitHub Desktop.
Save bentglasstube/6e22c79166361fa11890 to your computer and use it in GitHub Desktop.
bluejeans PKGBUILD 2.7.215.8-1
# Maintainer: Wijnand Modderman-Lenstra <maze@maze.io>
pkgname=bluejeans
pkgver=2.7.215.8
pkgrel=1
pkgdesc="BlueJeans browser plugin"
arch=('x86_64')
url="http://www.bluejeans.com/"
license=('Proprietary')
groups=()
conflicts=(bjnplugin)
depends=()
makedepends=(dpkg)
source=(
https://swdl.bluejeans.com/skinny/rbjnplugin_${pkgver}-1_amd64.deb
)
md5sums=('3b9c476ed21c94c4c4745e99affdd50f')
sha1sums=('f5480b800e18f12c3862fcd8090757b9765642b2')
backup=('usr/lib/mozilla/plugins/.bjnplugin/config/config.xml')
package() {
dpkg -x rbjnplugin_${pkgver}-${pkgrel}_amd64.deb "${pkgdir}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment