skribilo

MEDIUM
maintainer mhdi 2 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: Stefan Husmann <stefan-husmann@t-online.de>
2
3pkgname=skribilo
4pkgver=0.10.0
5pkgrel=1
6pkgdesc="The Ultimate Document Programming Framework"
7url="http://www.nongnu.org/skribilo/"
8arch=('x86_64')
9license=('GPL')
10depends=('bash')
11makedepends=('guile' 'guile-reader' 'ploticus')
12optdepends=('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')
16source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
17sha256sums=('8cff48ee176cedfd5032649a349a46952bea50ec06720f829c1ccca29212f50e')
18options=('!makeflags')
19
20build() {
21 cd $pkgname-$pkgver
22 GUILE_EFFECTIVE_VERSION=3.0 ./configure --prefix=/usr
23 make
24}
25
26package() {
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)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