blob: 1578d885779cc4c007bbe3754e820b9b8dda8c99 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
# Contributor: Figue <ffigue at gmail>
# Contributor: Figue <ffigue at gmail>
# Contributor: fauno <fauno@kiwwwi.com.ar>
# Contributor: vando <facundo@esdebian.org>
# Contributor: Márcio Silva <coadde@parabola.nu>
# Thank you very much to the older contributors:
# Contributor: evr <evanroman at gmail>
# Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com>
pkgname=mozilla-searchplugins
pkgver=1.5
pkgrel=2
pkgdesc="System-wide OpenSearch plugins common for Mozilla based browsers."
arch=('any')
license=('MPL' 'GPL' 'LGPL')
url="https://parabolagnulinux.org/"
source=(
duckduckgo-html.xml
duckduckgo-lite.xml
internet-archive.xml
parabola-packages.xml::https://parabolagnulinux.org/opensearch/packages/
parabola-wiki-en.xml::
seeks-search.xml::http://www.seeks.fr/opensearch.xml
# yacy.xml::http://search.ipredator.se/opensearchdescription.xml
yacy.xml
wikipedia-en.xml::https://en.wikipedia.org/w/opensearch_desc.php
)
package() {
install -m755 -d "${pkgdir}/usr/lib/mozilla/searchplugins"
install -m644 "${srcdir}"/*.xml "${pkgdir}/usr/lib/mozilla/searchplugins"
}
md5sums=('e00e9588650df8a254dc963a0b5f7a50'
'752cee267a514d2fd21cec08b3366f6f'
'462c68585461f8cdc23c93c46f6ee4cf'
'92f834a3a1d85c9ae202955cdfe941eb'
'b9a0893d7f6d41d755c478fd60c44be8'
'dc6c76acf4c68a40710383513d72fa8b'
'0f6cb4119f54e90d678827e2928474d4'
'dbdd9b61e89d73cc3a70cbe20a1160e1')
|