summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 587d3adba028d16beead6148d8b4e14dade0aba3 (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.1.0
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.1.0/fx_cast_bridge-0.1.0-x64.deb")
sha512sums=('0cad784281f46c3b6d2818b3de8823afe6d935a2108ed6de3b06a28db20f0a751f530657c59c9cdc7235c6c3a0463a9d0f5d072c67a0081d029bb05116d14168')

package(){

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

}