firefox-extension-listen1
MEDIUM
maintainer ZXY595
1 votes
scanned 2026-09-06 15:12:20.220602
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: kumax <kumax2048@pm.me>
2
pkgname=firefox-extension-listen1
3
pkgver=2.32.0
4
pkgrel=1
5
pkgdesc="One for all free music in China"
6
arch=("any")
7
url="https://listen1.github.io/listen1"
8
_githuburl="https://github.com/listen1/listen1_chrome_extension"
9
_name=${_githuburl##*/}
10
license=('MIT')
11
depends=("firefox")
12
makedepends=("zip")
13
source=("${_githuburl}/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('e734d834f59f7138b7d3e8b6f4c4bcb2150c8b9ed70345e91e8801d5cc307f43')
15
16
prepare() {
17
cd ${srcdir}/${_name}-${pkgver}
18
mv manifest_firefox.json manifest.json
19
}
20
21
build() {
22
cd ${srcdir}/${_name}-${pkgver}
23
zip -r ${srcdir}/githublisten1@gmail.com.xpi *
24
}
25
26
package() {
27
install -Dm644 githublisten1@gmail.com.xpi ${pkgdir}/usr/lib/firefox/browser/extensions/githublisten1@gmail.com.xpi
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |