void-packages/srcpkgs/systemd/systemd-analyze.template

10 lines
246 B
Plaintext

# Template file for 'systemd-analyze'.
#
noarch=yes
depends="python dbus-python pygobject gir-freedesktop systemd>=${version}"
short_desc="A python utility to analyze some systemd results"
do_install() {
vmove usr/bin/systemd-analyze usr/bin
}