Remove systemd dependency and add license

This commit is contained in:
2025-03-15 21:56:02 +02:00
parent 5d02dccb0b
commit 7c87500530
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
name: man-db
description: Man page reading utility
version: 2.12.0
revision: 2
revision: 3
url: https://www.nongnu.org/man-db/
license: GPL2-or-later and GPL3-or-later
architecture: any
depends: ["bash","gdbm","groff","glibc","gzip","less","libpipeline","zlib"]
make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","systemd","xz-utils"]
make_depends: ["bash","binutils","bzip2","coreutils","flex","gcc","gdbm","gettext","glibc","grep","groff","gzip","less","libpipeline","make","pkgconf","sed","xz-utils"]
type: source
+2
View File
@@ -36,4 +36,6 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/man-db/COPYING
}