yzf
LOW
maintainer pakhromov
0 votes
scanned 2026-09-06 13:11:32.219503
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: Pavel Khromov <pakhromov@gmail.com>
2
pkgname=yzf
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Interactive fzf front-end for yay that preserves yay's original formatting"
6
arch=('any')
7
url="https://github.com/pakhromov/yzf"
8
license=('MIT')
9
depends=('bash' 'yay' 'fzf' 'expac' 'gawk' 'pacman-contrib' 'ncurses')
10
optdepends=('xdg-utils: open package upstream URLs in a browser')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('b26348fa7ca0ebfd7e775f8eb5199a1b639f89dc0ffb0ad625410f0a59a9d146')
13
14
package() {
15
cd "$pkgname-$pkgver"
16
install -Dm755 yzf "$pkgdir/usr/bin/yzf"
17
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Low | 1 |