omafil-bin

LOW
maintainer dawitworku 0 votes scanned 2026-09-15 11:19:45.698215
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: Dawit Worku <dawitworkujima@gmail.com>
2# CI rewrites 0.2.1 and 1cd541e97be8455aa86688b5d446b11c084f6d3728789a4b6265363e8d55631e and attaches the result to the release,
3# so the published PKGBUILD always matches the tarball it installs.
4pkgname=omafil-bin
5pkgver=0.2.1
6pkgrel=1
7pkgdesc="File manager that follows your Omarchy theme"
8arch=('x86_64')
9url="https://github.com/dawitlabs/omafil"
10license=('MIT')
11depends=('webkit2gtk-4.1' 'gtk3' 'poppler' 'udisks2' 'xdg-utils' 'libnotify'
12 'libarchive' 'glib2' 'wl-clipboard')
13optdepends=('omarchy: theme and editor integration')
14provides=('omafil')
15# The released binary is already stripped, so makepkg would only generate a
16# debug package out of nothing and strip a stripped file.
17options=('!debug' '!strip')
18conflicts=('omafil' 'omafil-git')
19source=("omafil-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/omafil-${pkgver}-x86_64.tar.gz")
20sha256sums=('1cd541e97be8455aa86688b5d446b11c084f6d3728789a4b6265363e8d55631e')
21
22package() {
23 cd "${srcdir}"
24 install -Dm755 omafil "${pkgdir}/usr/bin/omafil"
25 install -Dm644 omafil.desktop "${pkgdir}/usr/share/applications/omafil.desktop"
26 install -Dm644 128x128.png "${pkgdir}/usr/share/icons/hicolor/128x128/apps/omafil.png"
27 install -Dm644 32x32.png "${pkgdir}/usr/share/icons/hicolor/32x32/apps/omafil.png"
28 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29 install -Dm644 README.md "${pkgdir}/usr/share/doc/omafil/README.md"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 11:19:45 Low 1
2026-09-15 09:19:41 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