Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : systemd-manager | |||||
| version : 1.0.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/mmstick/systemd-manager/archive/1.0.0.tar.gz : 035bc96d13f873ed29463ef9c20988a6670dcb0b05cc4384089a81dbbc226a47 | |||||
| license : GPL-3.0 | |||||
| component : system.utils | |||||
| networking : yes | |||||
| summary : A systemd service manager | |||||
| description: This application is a systemd service manager written in the Rust programming language with GTK3 as the graphical user interface of choice. The units are filtered into three separate lists- services, sockets, and timers. As a unit is selected in the left pane, the right pane is updated with information pertaining to that unit, and the right headerbar is updated to reflect the status of the unit where you may disable/enable and start/stop the selected unit. Services are units that are activated immediately, sockets are units that are activated when they are needed, and timers are units that activate on a regular time interval. In addition to display units, the application also provides stats generated by systemd-analyze on the Systemd Analyze view. | |||||
| builddeps : | |||||
| - pkgconfig(gtk+-3.0) | |||||
| - cargo | |||||
| build : | | |||||
| cargo build --release | |||||
| install : | | |||||
| %make_install DESTDIR=$installdir/usr/ | |||||
| rm -r $installdir/usr/share/licenses/ | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.