http-tanker
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=http-tanker
5
pkgver=0.0.1
6
pkgrel=1
7
pkgdesc="Terminal app for API testing: create, manage and execute HTTP requests"
8
arch=('x86_64')
9
url="https://github.com/PierreKieffer/http-tanker"
10
license=('BSD')
11
depends=()
12
makedepends=('go')
13
_tag="v0.0.1"
14
_srcdir="http-tanker-0.0.1"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/PierreKieffer/http-tanker/tar.gz/refs/tags/$_tag")
16
sha256sums=('2bb53d2527d1e8a194cdf95601024b20046b14dfddd5bcdfbfd5702c353ec81f')
17
function build() {
18
cd "$_srcdir"
19
export CGO_ENABLED=0
20
export GOFLAGS="-trimpath -mod=readonly -modcacherw"
21
go build -o "$pkgname" .
22
}
23
function package() {
24
cd "$_srcdir"
25
install -Dm755 "http-tanker" "$pkgdir/usr/bin/$pkgname"
26
if [ -f LICENSE ]; then
27
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
fi
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |