omafox

LOW
maintainer cover3k 1 votes scanned 2026-08-23 13:20:29.873780
View on AUR
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
3pkgname=omafox
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='Synchronize the Firefox theme with Omarchy'
7arch=('x86_64' 'aarch64')
8url='https://github.com/cover/omafox'
9license=('MIT')
10depends=('bash' 'glibc')
11optdepends=('firefox: runs the separately distributed Omafox extension')
12install=omafox.install
13source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=('31440738207e72ab3c80896f230dc0ed04a8b3831e8e7fc48b135de1f5f61fd6')
15
16build() {
17 cd "$srcdir/${pkgname}-${pkgver}"
18 make
19}
20
21package() {
22 cd "$srcdir/${pkgname}-${pkgver}"
23 make DESTDIR="$pkgdir" PREFIX=/usr install
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13:20:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion