[package] name = "shadow" version = "4.14" description = "User and group management utilities" url = "https://github.com/shadow-maint/shadow" license = "BSD-3-Clause" [source] url = "https://github.com/shadow-maint/shadow/releases/download/${version}/shadow-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --sysconfdir=/etc --disable-static --with-group-name-max-length=32""" make = """make""" install = """make DESTDIR=${PKG} install"""