diff options
author | Whiro | 2019-01-24 14:02:08 -0800 |
---|---|---|
committer | Whiro | 2019-01-24 14:02:08 -0800 |
commit | f6f980b58644324e8daf4ea51a319b1776c8615b (patch) | |
tree | cf48e1d399406c99a97e224ba5a4a56426b3bb22 | |
parent | 95123887e63692e12778b1a4d1be6d9238646950 (diff) | |
download | aur-f6f980b58644324e8daf4ea51a319b1776c8615b.tar.gz |
Add description.
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ arch=('any') url="https://github.com/dehesselle/virtctl" license=('MIT') depends=('libvirt') +description="virtctl is a helper script for starting/stopping libvirt-based virtual machines and the infrastructure around it to integrate it with systemd. If you're looking for a small and simple framework to start and stop your VMs with systemd, you might want to take a look." source=( "$pkgname::git+https://github.com/dehesselle/virtctl.git" 'fix_usr_local_virtctl.patch' |