libepub

LOW
maintainer caskstrength 1 votes scanned 2026-09-11 21:24:02.517890
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Javier Orfo <javierorfo@protonmail.com>
2
3pkgname=libepub
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="C library for creating EPUB files"
7arch=('x86_64' 'aarch64')
8url="https://codeberg.org/caskstrength/libepub"
9license=('MIT')
10depends=('util-linux-libs' 'undr')
11makedepends=('git' 'gcc' 'make')
12provides=('libepub')
13conflicts=('libepub')
14source=("$pkgname::git+$url.git#tag=$pkgver")
15sha512sums=('74795c3b7e9db8ba2f4401916d987f461f26ac7defb5f0991fbe4af4d6de3c3e9ed42736efb3c38ebd8ec533f8d8a1a06fb6bfc1c4bb6818fa5ec2924fadbf74')
16
17build() {
18 cd "${pkgname}"
19 make CFLAGS="-Wall -Wextra -g -std=c23 -pedantic -Iinclude -fPIC -luuid -lundr" libepub.so
20}
21
22package() {
23 cd "${pkgname}"
24
25 install -d "${pkgdir}/usr/include"
26 install -d "${pkgdir}/usr/lib"
27
28 install -m644 epub.h "${pkgdir}/usr/include/"
29
30 install -m755 libepub.so "${pkgdir}/usr/lib/libepub.so.${pkgver}"
31 ln -s "libepub.so.${pkgver}" "${pkgdir}/usr/lib/libepub.so"
32
33 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 21:24:02 Low 1

Report a package

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

0 / 4000
Your suggestion