plptools-git

MEDIUM
maintainer thelastpsion 0 votes scanned 2026-09-06 15:12:20.220602
View on AUR
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>
2pkgname=plptools-git
3gitname="plptools"
4pkgrel=2
5pkgdesc="Utilities for communication with EPOC PDAs, e.g. mounting via FUSE"
6pkgver=rel.1.0.12.r51.g56dc15d
7arch=('i686' 'x86_64')
8url="https://github.com/rrthomas/plptools"
9license=('GPL2')
10depends=('fuse')
11source=(plptools::git+https://github.com/rrthomas/plptools)
12makedepends=('git' 'make' 'automake')
13md5sums=(SKIP)
14
15pkgver() {
16 cd "$gitname"
17 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18}
19
20prepare() {
21 cd "$srcdir/$gitname"
22}
23
24build() {
25 cd "$srcdir/$gitname"
26 autoreconf -i
27 ./configure --prefix=/usr --sbindir=/usr/bin
28 make
29}
30
31package() {
32 cd "$srcdir/$gitname"
33 make DESTDIR="$pkgdir/" install
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion