blob: 8dcb495e2e2f6bc0a8840483fec5b3e31ed53a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: Jenrikku (JkKU)
pkgname=firefox-extensions-shinigami-eyes-bin
pkgver=1.0.33
pkgrel=2
pkgdesc="Highlights transphobic/anti-LGBT and trans-friendly subreddits/facebook pages/groups with different colors."
url=https://github.com/shinigami-eyes/shinigami-eyes
arch=("any")
license=("MIT")
depends=('firefox')
source=("https://addons.mozilla.org/firefox/downloads/file/4234849/shinigami_eyes-$pkgver.xpi")
noextract=("${source##*/}")
sha256sums=('5280d7679bfd8aaf1c847bfdbd85398d886181da007eddfa611d39a6fa7ec4a1')
package() {
install -Dm644 "${source##*/}" "$pkgdir/usr/lib/firefox/browser/extensions/shinigamieyes@shinigamieyes.xpi"
}
|