libcamera: purge html docs if generated

This commit is contained in:
Tim Biermann 2024-09-25 22:31:06 +02:00
parent 17b5dd47f0
commit 36bc5fa11c
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34LAHTSIByW8XfKFMJbeRvSUkn/qbvkbIyioQ/miJkH96EutIDvXU2Q/O8k9yJdJGslTmpj2SI1cIfGrDwvV+wM=
SHA256 (Pkgfile) = 1d7e66d7a3e01285d42bddb1dbdd161da3c2fa2c4706c4e58bb3231ddf0bfc19
RWSagIOpLGJF3ykkja8HNU4ppgCOkXMVVcZueSCynDuS3K6BxQ+QewfxcPKMo5FWfBcyAqzLaeUZmMQd6AfWECS2lk6q7A0TYAs=
SHA256 (Pkgfile) = 168c6c6657924976f0e230217a75a0277a6b9cf9a69c58bfe157f56bacb3b2d7
SHA256 (.footprint) = 876f95fbe4d1ad7a1cc1a7c2869d929173128e4ed60efe36be7afb07ae4dd1a7
SHA256 (libcamera-0.3.2.tar.gz) = d2c0a28749ec95b84866bbdad1cd71e7d7309560153f8b369d27c0b1de5b459a

View File

@ -1,4 +1,4 @@
# Description: An open source camera stack and framework for Linux, Android, and ChromeOS
# Description: An open source camera stack and framework
# URL: https://libcamera.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: glib graphviz libdrm libtiff python3-jinja2 python3-ply python3-pyyaml
@ -24,4 +24,6 @@ build() {
meson compile -C build
DESTDIR=$PKG meson install -C build
rm -rf $PKG/usr/share/doc
}