drydock-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-30 01:41:08.104345
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=yetidevworks
4
_gitname=drydock
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="A live TUI dashboard for a fleet of git repos"
8
9
pkgver=1.1.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-x86_64' 'linux-aarch64')
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=("${_appname}")
24
depends=('glibc' 'libgcc' 'git')
25
26
options=('!strip')
27
28
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
29
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
31
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")
32
sha256sums=('a92e36966124fbf0238833f9df18ec8d11e4be0ad670d869c52083717ab161cd'
33
'c13c90e64ceabc5dfe6450da43bb2479cd026feed99338bff3391677c65e1c6a')
34
sha256sums_x86_64=('6bbdb6c8f0b8ece780db67c6133fa08ff676a14ac0906a280f90a61e3d652b75')
35
sha256sums_aarch64=('b532d2a4e4cead97cbed99eb70c2f425cf8928c2af7516390394e7017cbc37b0')
36
37
38
package() {
39
cd "${srcdir}/" || exit
40
41
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
42
43
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
44
45
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
Changes since previous scan
--- PKGBUILD @ 2026-08-27 00:08+++ PKGBUILD @ 2026-08-30 01:41@@ -6,7 +6,7 @@ pkgname=${_appname}-bin pkgdesc="A live TUI dashboard for a fleet of git repos" -pkgver=1.0.0+pkgver=1.1.0 pkgrel=1 _gitversion=v${pkgver} @@ -29,10 +29,10 @@ "LICENSE-${pkgver}::${_ghurlraw}/LICENSE") source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz") source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")-sha256sums=('a79d28664fe242487bc08c52b295cc7e3f237dd12089ce23f115b2c0ca3a7c6c'+sha256sums=('a92e36966124fbf0238833f9df18ec8d11e4be0ad670d869c52083717ab161cd' 'c13c90e64ceabc5dfe6450da43bb2479cd026feed99338bff3391677c65e1c6a')-sha256sums_x86_64=('122097d8318b069028493eb075a7d48f712a97ad724912cbc8cb6425f30b1663')-sha256sums_aarch64=('d8bbae56f8fc82045486d7c729b6427e42e77ba32bd87bc0b7b9a00d893574a8')+sha256sums_x86_64=('6bbdb6c8f0b8ece780db67c6133fa08ff676a14ac0906a280f90a61e3d652b75')+sha256sums_aarch64=('b532d2a4e4cead97cbed99eb70c2f425cf8928c2af7516390394e7017cbc37b0') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 01:41:08 | Low | 1 |
| 2026-08-27 00:08:17 | Clean | 2 |
| 2026-08-26 23:31:22 | Low | 1 |
| 2026-08-26 00:12:07 | Clean | 2 |
| 2026-08-25 23:28:42 | Low | 1 |