blob: cf66ec58ef9da72efb488f1e39697038c812ba37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: Richard Mathot <richard.mathot@gmail.com>
pkgname=connective-plugin-linux-firefox
pkgver=0.0.1
pkgrel=1
pkgdesc='A replacement for the Connective Browser Plugin - Firefox setup and plugin included'
arch=('any')
url="https://github.com/roelderickx/connective-plugin-linux"
license=('custom:unknown')
depends=('firefox'
'firefox-extension-connective-signing'
'connective-plugin-linux-git')
install=".install"
package() {
true
}
|