jobman-control-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-13 07:13:52.538546
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=ryancswallace
4
_gitname=Jobman-Control
5
_appname=${_gitname,,}
6
pkgname=${_appname}-bin
7
pkgdesc="Shared PostgreSQL-backed control plane for Jobman."
8
9
pkgver=0.1.1
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'i686' 'aarch64')
14
_barch=('linux_amd64' 'linux_386' '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=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('jobman')
26
27
options=('!strip')
28
29
backup=("etc/${_appname}/${_appname}.env")
30
31
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[0]}.tar.gz")
32
source_i686=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[1]}.tar.gz")
33
source_aarch64=("${_appname}-${arch[2]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[2]}.tar.gz")
34
sha256sums_x86_64=('5fcf30351755e8c0202b5c0fb5b0b29c8c8e22f44ee9b282cdc18feeff1bc3e8')
35
sha256sums_i686=('dcf5c9abf873e52c57d664617bcb855b3cde71d2c4d97fa64794ce06e381222d')
36
sha256sums_aarch64=('cc6f5c477d1bbe332f4444c25b1ab6946d02b9b9668b9853521a291c641ee109')
37
38
39
prepare() {
40
cd "${srcdir}/" || exit
41
42
mv THIRD_PARTY_NOTICES.md THIRD_PARTY_NOTICES
43
}
44
45
package() {
46
cd "${srcdir}/" || exit
47
48
install -Dm755 ${provides[@]} -t "${pkgdir}/usr/bin/"
49
50
install -Dm644 etc/${_appname}/*env* "${pkgdir}/etc/${_appname}/${_appname}.env"
51
52
install -Dm644 etc/${_appname}/*service -t "${pkgdir}/usr/lib/systemd/system/"
53
54
install -Dm644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
55
install -Dm644 docs/*.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
56
install -Dm644 api/*.yaml -t "${pkgdir}/usr/share/doc/${pkgname}/api/"
57
58
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
59
install -Dm644 THIRD_PARTY_NOTICES -t "${pkgdir}/usr/share/licenses/${pkgname}/"
60
}
61
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 07:13:52 | Low | 1 |