omafil-bin
LOW
maintainer dawitworku
0 votes
scanned 2026-09-15 11:19:45.698215
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.
4
pkgname=omafil-bin
5
pkgver=0.2.1
6
pkgrel=1
7
pkgdesc="File manager that follows your Omarchy theme"
8
arch=('x86_64')
9
url="https://github.com/dawitlabs/omafil"
10
license=('MIT')
11
depends=('webkit2gtk-4.1' 'gtk3' 'poppler' 'udisks2' 'xdg-utils' 'libnotify'
12
'libarchive' 'glib2' 'wl-clipboard')
13
optdepends=('omarchy: theme and editor integration')
14
provides=('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.
17
options=('!debug' '!strip')
18
conflicts=('omafil' 'omafil-git')
19
source=("omafil-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/omafil-${pkgver}-x86_64.tar.gz")
20
sha256sums=('1cd541e97be8455aa86688b5d446b11c084f6d3728789a4b6265363e8d55631e')
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-15 11:19:45 | Low | 1 |
| 2026-09-15 09:19:41 | Low | 1 |