jobman-control-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-13 07:13:52.538546
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=ryancswallace
4_gitname=Jobman-Control
5_appname=${_gitname,,}
6pkgname=${_appname}-bin
7pkgdesc="Shared PostgreSQL-backed control plane for Jobman."
8
9pkgver=0.1.1
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('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}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('jobman')
26
27options=('!strip')
28
29backup=("etc/${_appname}/${_appname}.env")
30
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[0]}.tar.gz")
32source_i686=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[1]}.tar.gz")
33source_aarch64=("${_appname}-${arch[2]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}_${_barch[2]}.tar.gz")
34sha256sums_x86_64=('5fcf30351755e8c0202b5c0fb5b0b29c8c8e22f44ee9b282cdc18feeff1bc3e8')
35sha256sums_i686=('dcf5c9abf873e52c57d664617bcb855b3cde71d2c4d97fa64794ce06e381222d')
36sha256sums_aarch64=('cc6f5c477d1bbe332f4444c25b1ab6946d02b9b9668b9853521a291c641ee109')
37
38
39prepare() {
40 cd "${srcdir}/" || exit
41
42 mv THIRD_PARTY_NOTICES.md THIRD_PARTY_NOTICES
43}
44
45package() {
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)SeverityRules
2026-09-13 07:13:52 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