skribilo
MEDIUM
maintainer mhdi
2 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: Stefan Husmann <stefan-husmann@t-online.de>
2
3
pkgname=skribilo
4
pkgver=0.10.0
5
pkgrel=1
6
pkgdesc="The Ultimate Document Programming Framework"
7
url="http://www.nongnu.org/skribilo/"
8
arch=('x86_64')
9
license=('GPL')
10
depends=('bash')
11
makedepends=('guile' 'guile-reader' 'ploticus')
12
optdepends=('texlive-core: for postscript or pdf output'
13
'lout: for postscript or pdf output'
14
'ploticus: for pie-charts'
15
'guile-lib: to be able to use the RSS-2-reader')
16
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
17
sha256sums=('8cff48ee176cedfd5032649a349a46952bea50ec06720f829c1ccca29212f50e')
18
options=('!makeflags')
19
20
build() {
21
cd $pkgname-$pkgver
22
GUILE_EFFECTIVE_VERSION=3.0 ./configure --prefix=/usr
23
make
24
}
25
26
package() {
27
cd $pkgname-$pkgver
28
make DESTDIR="$pkgdir" install
29
rm "$pkgdir"/usr/share/info/*.png
30
install -d "$pkgdir"/usr/share/doc/$pkgname
31
find "$srcdir" -name "*.png" -exec install -m644 {} "$pkgdir"/usr/share/doc/$pkgname \;
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |