summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ce82b49fb991
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+
+}