summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec02dc5f6c21f08e6ccad53c11330e26346a6b52 (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.3
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.3/fx_cast_bridge-0.0.3-x64.deb")
sha512sums=('1fc28d99bd47863406105f89214fd457e6e55a83f748d26d1af3ec859782189c1e22a91bba155d8a382016c8b4f56d93381113b43ba60c37d2ed067cb097e964')

package(){

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

}