klog-time-tracker-bin
MEDIUM
maintainer korbireischl
4 votes
scanned 2026-09-27 13:18:29.354985
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Kira Sokolova <Kyra256@proton.me>
2
# Contributor: Caleb Maclennan <caleb@alerque.com>
3
4
pkgname=klog-time-tracker-bin
5
pkgver=6.6
6
pkgrel=1
7
pkgdesc="A plain-text file format and a command line tool for time tracking."
8
arch=("x86_64")
9
url="https://github.com/jotaen/klog"
10
license=('MIT')
11
provides=("${pkgname%-bin}=$pkgver")
12
conflicts=('klog' "${pkgname%-bin}")
13
source=($pkgname-$pkgver.zip::$url/releases/download/v$pkgver/klog-linux.zip)
14
sha256sums=('ca497e97fc4453c15977f747d307f0c89c02ac8b6daa6df1ef7966e4fc26ee6d')
15
16
package() {
17
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
install -Dm755 klog "$pkgdir/usr/bin/klog"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |