summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b30189309a7f0fd63afeaab933177f2f4d645ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by debtap
# Maintainer: csicar
# Contributor: csicar
pkgname=fx_cast-bin
pkgver=0.0.7
pkgrel=1
pkgdesc="Implementation of the Chrome Sender API (Chromecast) within Firefox"
arch=('x86_64')
url="https://hensm.github.io/fx_cast/"
license=('MIT')
groups=('')
depends=('nodejs')
options=('!strip' '!emptydirs')
source=("https://github.com/hensm/fx_cast/releases/download/v0.0.7/fx_cast_bridge-0.0.7-x64.deb")
sha512sums=('f11537f96d038c4b6512808ca177dd3be332ded26cc33e12c0ea750f21c467bf2a8857ff09ed3c5921c7a2df102b474dea7c77e2b8a6fb4c5b3cc322f16d98c0')

package(){

	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
	echo "fx_cast: Do not forget to install the firefox extension"	

}