plptools-git
MEDIUM
maintainer thelastpsion
0 votes
scanned 2026-09-06 15:12:20.220602
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Nihilazo <nihilazo at protonmail dot com>
2
pkgname=plptools-git
3
gitname="plptools"
4
pkgrel=2
5
pkgdesc="Utilities for communication with EPOC PDAs, e.g. mounting via FUSE"
6
pkgver=rel.1.0.12.r51.g56dc15d
7
arch=('i686' 'x86_64')
8
url="https://github.com/rrthomas/plptools"
9
license=('GPL2')
10
depends=('fuse')
11
source=(plptools::git+https://github.com/rrthomas/plptools)
12
makedepends=('git' 'make' 'automake')
13
md5sums=(SKIP)
14
15
pkgver() {
16
cd "$gitname"
17
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18
}
19
20
prepare() {
21
cd "$srcdir/$gitname"
22
}
23
24
build() {
25
cd "$srcdir/$gitname"
26
autoreconf -i
27
./configure --prefix=/usr --sbindir=/usr/bin
28
make
29
}
30
31
package() {
32
cd "$srcdir/$gitname"
33
make DESTDIR="$pkgdir/" install
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |