lazycomd-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-19 13:30:35.967305
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}
6
pkgname=${_appname}-bin
7
pkgdesc="One daemon for every long-running command"
8
9
pkgver=0.4.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('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}"
18
url=${_ghurl}
19
20
license=('Unlincense')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
options=('!strip')
26
27
source=("README-${pkgver}.md::${_ghurlraw}/README.md")
28
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[0]}")
29
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_${_barch[1]}")
30
sha256sums=('a3db07812cd12533c21b0def969e6c91efadc9ed5d0113a7e082a93e51349677')
31
sha256sums_x86_64=('2c64e60c7bda2a90c6aae39fe3e46b5c7c2e035b2bd172f89e577374a4ec6abe')
32
sha256sums_aarch64=('4f1c726f14698b08837e9d2fb1468876ffbb68af65db8fc5217a79ec4098a387')
33
34
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-19 13:30:35 | Low | 1 |