lazycomd-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-19 13:30:35.967305
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=thanhphuchuynh
4_gitname=lazycomd
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="One daemon for every long-running command"
8
9pkgver=0.4.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux_amd64' 'linux_arm64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('Unlincense')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25options=('!strip')
26
27source=("README-${pkgver}.md::${_ghurlraw}/README.md")
28source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[0]}")
29source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[1]}")
30sha256sums=('a3db07812cd12533c21b0def969e6c91efadc9ed5d0113a7e082a93e51349677')
31sha256sums_x86_64=('2c64e60c7bda2a90c6aae39fe3e46b5c7c2e035b2bd172f89e577374a4ec6abe')
32sha256sums_aarch64=('4f1c726f14698b08837e9d2fb1468876ffbb68af65db8fc5217a79ec4098a387')
33
34
35package() {
36 cd "${srcdir}/" || exit
37
38 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
39
40 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 13:30:35 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