omafox
LOW
maintainer cover3k
1 votes
scanned 2026-08-23 13:20:29.873780
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Fabio Cantoni <cover@revoc.net>
2
3
pkgname=omafox
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc='Synchronize the Firefox theme with Omarchy'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/cover/omafox'
9
license=('MIT')
10
depends=('bash' 'glibc')
11
optdepends=('firefox: runs the separately distributed Omafox extension')
12
install=omafox.install
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('31440738207e72ab3c80896f230dc0ed04a8b3831e8e7fc48b135de1f5f61fd6')
15
16
build() {
17
cd "$srcdir/${pkgname}-${pkgver}"
18
make
19
}
20
21
package() {
22
cd "$srcdir/${pkgname}-${pkgver}"
23
make DESTDIR="$pkgdir" PREFIX=/usr install
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |