libepub
LOW
maintainer caskstrength
1 votes
scanned 2026-09-11 21:24:02.517890
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
3
pkgname=libepub
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="C library for creating EPUB files"
7
arch=('x86_64' 'aarch64')
8
url="https://codeberg.org/caskstrength/libepub"
9
license=('MIT')
10
depends=('util-linux-libs' 'undr')
11
makedepends=('git' 'gcc' 'make')
12
provides=('libepub')
13
conflicts=('libepub')
14
source=("$pkgname::git+$url.git#tag=$pkgver")
15
sha512sums=('74795c3b7e9db8ba2f4401916d987f461f26ac7defb5f0991fbe4af4d6de3c3e9ed42736efb3c38ebd8ec533f8d8a1a06fb6bfc1c4bb6818fa5ec2924fadbf74')
16
17
build() {
18
cd "${pkgname}"
19
make CFLAGS="-Wall -Wextra -g -std=c23 -pedantic -Iinclude -fPIC -luuid -lundr" libepub.so
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 1 |