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

9 lines
246 B
Text

# 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
}