ptable-git
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=ptable-git
5
pkgver=r57.6c3f178
6
pkgrel=1
7
pkgdesc="A beautiful TUI periodic table for GNU/Linux terminals"
8
arch=('x86_64')
9
url="https://github.com/velorek1/ptable"
10
license=('MIT')
11
depends=('ncurses')
12
makedepends=('git' 'gcc' 'make' 'pkgconf')
13
provides=('ptable')
14
conflicts=('ptable')
15
source=("ptable::git+https://github.com/velorek1/ptable.git")
16
sha256sums=('SKIP')
17
function pkgver() {
18
cd ptable
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
function build() {
22
cd ptable
23
make
24
}
25
function package() {
26
cd ptable
27
install -Dm755 tptable "$pkgdir/usr/bin/ptable"
28
if [ -f LICENSE ]; then
29
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
fi
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |