blob: 0cd382f60d2ba9178396cad550150c3d0d3a16ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = lockd-git
pkgdesc = A simple utility for managing your lock screen on a tiling wm (like i3, dwm, xmonad or awesome)
pkgver = 0.2
pkgrel = 1
url = https://github.com/Kilobyte22/lockd
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = rust
optdepends = i3lock: screen locking with default config
provides = lockd
conflicts = lockd
source = lockd::git+https://github.com/Kilobyte22/lockd.git#branch=develop
source = local://lockd.service
md5sums = SKIP
md5sums = 0f9e968b906d26cc0f4255afe30f2eaa
pkgname = lockd-git
|