summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6f119351210d6cbc0e7adec2eff94a995cb95896 (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
pkgver=0.0.5
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.5/fx_cast_bridge-0.0.5-x64.deb")
sha512sums=('1fbdaaea9a49f8e6282e965e5a61f88b4b1a5039251c97e39e62f81e792f9c82392e6a717f6ea52feb1771c2f373687cf95988fb4e4635e2ebd9b11a53644c7d')

package(){

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

}