41 lines
864 B
TOML
41 lines
864 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [
|
|
"--sysconfdir=/etc",
|
|
"--disable-setuid",
|
|
"--enable-cache-owner=bin",
|
|
"--with-browser=/usr/bin/lynx",
|
|
"--with-vgrind=/usr/bin/vgrind",
|
|
"--with-grap=/usr/bin/grap",
|
|
"--with-systemdtmpfilesdir=",
|
|
"--with-systemdsystemunitdir=",
|
|
]
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"sh",
|
|
"gdbm",
|
|
"glibc",
|
|
"groff",
|
|
"less",
|
|
"libpipeline",
|
|
"zlib-ng",
|
|
"gzip",
|
|
"zstd",
|
|
]
|
|
|
|
[package]
|
|
description = "programs for finding and viewing man pages"
|
|
homepage = "https://gitlab.com/man-db/man-db"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "man-db"
|
|
version = "2.13.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "8afebb6f7eb6bb8542929458841f5c7e6f240e30c86358c1fbcefbea076c87d9"
|
|
url = "https://download.savannah.nongnu.org/releases/man-db/man-db-$version.tar.xz"
|