void-packages/srcpkgs/systemd/systemd-analyze.template
2012-08-26 09:38:35 +02:00

14 lines
326 B
Plaintext

# Template file for 'systemd-analyze'.
#
noarch=yes
depends="python dbus-python systemd>=$version"
short_desc="A python utility to analyze some systemd results"
long_desc="${long_desc}
This package contains systemd-analyze, a python application to analyze
systemd."
do_install() {
vmove usr/bin/systemd-analyze usr/bin
}