timesheet-tray-net

LOW
maintainer dymekblazej 0 votes scanned 2026-09-16 19:23:36.486400
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: Błażej Dymek <dymekblazej@outlook.com>
2
3pkgname=timesheet-tray-net
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Tray application for tracking working hours"
7arch=("x86_64")
8url="https://github.com/BlazekWasTaken/timesheet-tray-net"
9license=('GPL-3.0-or-later')
10depends=("dotnet-runtime")
11makedepends=("git" "dotnet-sdk")
12
13source=("$pkgname-$pkgver::git+https://github.com/BlazekWasTaken/timesheet-tray-net.git#tag=v$pkgver")
14sha256sums=('89422a5d2bda2d337e7b074bc2fe6ce48959fec494a1e0cb953791f7ce3d3abb')
15
16build() {
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
23package() {
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)SeverityRules
2026-09-16 19:23:36 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