summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ce82b49fb9910b46a8a7ebb1c82094c393f10eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by debtap
# Maintainer: csicar
# Contributor: csicar
pkgname=fx_cast
pkgver=0.0.1
pkgrel=1
pkgdesc="Implementation of the Chrome Sender API (Chromecast) within Firefox"
arch=('x86_64' 'i686')
url="https://hensm.github.io/fx_cast/"
license=('MIT')
groups=('')
depends=('nodejs')
options=('!strip' '!emptydirs')
source_i686=("https://github.com/hensm/fx_cast/releases/download/v0.0.1/fx_cast_bridge.deb")
sha512sums_i686=('319d0fc5665556a75b087779c0a3b212cf77509c615f7afd0e65a47616bf9610bee324fc06fb50da9a1469557c35bfd4da0858ce761d85be6fd4380f63c1633e')
source_x86_64=("https://github.com/hensm/fx_cast/releases/download/v0.0.1/fx_cast_bridge.deb")
sha512sums_x86_64=('319d0fc5665556a75b087779c0a3b212cf77509c615f7afd0e65a47616bf9610bee324fc06fb50da9a1469557c35bfd4da0858ce761d85be6fd4380f63c1633e')

package(){

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

}