summaryrefslogtreecommitdiff
path: root/waterfox-ublock-origin/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-14 21:39:59 -0500
committerB Stack <bgstack15@gmail.com>2020-01-14 21:39:59 -0500
commitf1d02e5556f2a339954a5333300bd6dee23419da (patch)
tree7269f52b2c566232f374e16be77967215fdb6780 /waterfox-ublock-origin/debian/control
parentpm 28.8.1 rpm rc1 (diff)
downloadstackrpms-f1d02e5556f2a339954a5333300bd6dee23419da.tar.gz
stackrpms-f1d02e5556f2a339954a5333300bd6dee23419da.tar.bz2
stackrpms-f1d02e5556f2a339954a5333300bd6dee23419da.zip
ublock-origin 1.16.4.14
Diffstat (limited to 'waterfox-ublock-origin/debian/control')
-rw-r--r--waterfox-ublock-origin/debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/waterfox-ublock-origin/debian/control b/waterfox-ublock-origin/debian/control
new file mode 100644
index 0000000..13a72ca
--- /dev/null
+++ b/waterfox-ublock-origin/debian/control
@@ -0,0 +1,15 @@
+Source: waterfox-ublock-origin
+Section: web
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=12~),
+ unzip,
+ make
+Standards-Version: 4.1.4
+Homepage: https://github.com/gorhill/uBlock/releases
+
+Package: waterfox-ublock-origin
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: An efficient blocker for Chromium and Firefox. Fast and lean.
bgstack15