libredwg
MEDIUM
maintainer orkut
5 votes
scanned 2026-09-27 13:18:29.354985
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: infeeeee <infeeeee at aaathats3as dot com>
2
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
4
5
## GPG keys are available on Ubuntu keyserver
6
## gpg --keyserver keyserver.ubuntu.com --recv-keys <KEY>
7
8
pkgname=libredwg
9
pkgver=0.13.3
10
pkgrel=1
11
pkgdesc="A free C library to handle DWG files"
12
arch=('x86_64')
13
url="https://gnu.org/software/libredwg/"
14
license=('GPL3')
15
depends=('python' 'pcre2' 'perl' 'swig')
16
provides=('python-libredwg')
17
source=("$pkgname-$pkgver.tar.gz::https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
18
"$pkgname-$pkgver.tar.gz.sig::https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
19
sha256sums=('6fe6c273ecbb04d4a7646e1636ede4815b51f98f974cece649dab341d24feda2'
20
'SKIP')
21
validpgpkeys=('2895A881D34270FABFE8F747B4F63339E65D6414') ## Reini Urban
22
23
build() {
24
cd "$pkgname-$pkgver"
25
./configure --prefix=/usr
26
make
27
}
28
29
check() {
30
cd "$pkgname-$pkgver"
31
make check
32
}
33
34
package() {
35
cd "$pkgname-$pkgver"
36
make DESTDIR="$pkgdir/" install
37
}
38
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |