timesheet-tray-net
LOW
maintainer dymekblazej
0 votes
scanned 2026-09-16 19:23:36.486400
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: Błażej Dymek <dymekblazej@outlook.com>
2
3
pkgname=timesheet-tray-net
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="Tray application for tracking working hours"
7
arch=("x86_64")
8
url="https://github.com/BlazekWasTaken/timesheet-tray-net"
9
license=('GPL-3.0-or-later')
10
depends=("dotnet-runtime")
11
makedepends=("git" "dotnet-sdk")
12
13
source=("$pkgname-$pkgver::git+https://github.com/BlazekWasTaken/timesheet-tray-net.git#tag=v$pkgver")
14
sha256sums=('89422a5d2bda2d337e7b074bc2fe6ce48959fec494a1e0cb953791f7ce3d3abb')
15
16
build() {
17
cd "$pkgname-$pkgver"
18
19
dotnet clean
20
dotnet publish timesheet-tray-net/timesheet-tray-net.csproj -c Release -r linux-x64 -p:SelfContained=false -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -o out
21
}
22
23
package() {
24
cd "$pkgname-$pkgver"
25
26
install -Dm755 out/timesheet-tray-net "$pkgdir/usr/bin/timesheet-tray-net"
27
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
install -Dm644 timesheet-tray-net.desktop "$pkgdir/usr/share/applications/timesheet-tray-net.desktop"
29
install -Dm644 timesheet-tray-net.desktop "$pkgdir/etc/xdg/autostart/timesheet-tray-net.desktop"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 19:23:36 | Low | 1 |