blob: 3db75f0c9928041c68529c0dea407ed8c9e3cbe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = sysd-manager-git
pkgdesc = A systemd GUI to manage service, timer, socket and other units
pkgver = 2.16.0.r0.gd1f358f
pkgrel = 2
url = https://github.com/plrigaux/sysd-manager
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
makedepends = git
depends = gtk4
depends = gtksourceview5
depends = libadwaita
depends = systemd-libs
provides = sysd-manager
conflicts = sysd-manager
options = !lto
source = sysd-manager::git+https://github.com/plrigaux/sysd-manager.git
sha256sums = SKIP
pkgname = sysd-manager-git
|