summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins/PKGBUILD
blob: 2405ac889173866f8df4db78d4537b47b07f8852 (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 (Parabola): fauno <fauno@kiwwwi.com.ar>
# Contributor (Parabola): vando <facundo@esdebian.org>
# Contributor (Parabola): Márcio Silva <coadde@lavabit.com>
# 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.4
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=('b4cc6bd8353af36ade441916217619e4'
         '766aa6def4bf63c0d65afd6ca1b1ce37'
         '462c68585461f8cdc23c93c46f6ee4cf'
         '92f834a3a1d85c9ae202955cdfe941eb'
         'b9a0893d7f6d41d755c478fd60c44be8'
         'dc6c76acf4c68a40710383513d72fa8b'
         '0f6cb4119f54e90d678827e2928474d4'
         'dbdd9b61e89d73cc3a70cbe20a1160e1')