summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e7480466f2bc21b88df1cb005d9ebf375db1d160 (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.6
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.6/fx_cast_bridge-0.0.6-x64.deb")
sha512sums=('268740521761571a82e9e11bf69d194aebaeaa7662459173fa5e89be0d53d663501a6a4c2d4eecbe61e1e60b48f848d5bb81b1451de8eb80536c886ab36fca7b')

package(){

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

}