blob: 08bd37f18dc2366ce406eaee2fce2637715c6a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = genie-systemd-git
pkgdesc = A quick way into a systemd "bottle" for WSL
pkgver = 2.4.r0.g9225f28
pkgrel = 2
url = https://github.com/arkane-systems/genie
arch = x86_64
license = Unlicense
makedepends = git
makedepends = python-pip
depends = daemonize
depends = python>=3.7
depends = python-psutil
depends = systemd>=232.25
depends = inetutils
options = !strip
backup = etc/genie.ini
source = git+https://github.com/arkane-systems/genie.git
sha256sums = SKIP
pkgname = genie-systemd-git
|