aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45e2abfd428f3a57d890ff362b36d772a23e1b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=nicelock
pkgver=1.0
pkgrel=1
pkgdesc="Nice looking lock screen based on i3lock"
arch=("any")
url="https://github.com/Kruhlmann/nicelock"
license=("GPL")
depends=("imagemagick" "xorg-xrandr" "i3lock" "coreutils" "grep")
optdepends=("libnotify: for desktop notifications" "dunst: for controlling dunst notifications")
source=("nicelock")
sha256sums=("00fac3ed209599ac1f74317a5f6261450c384be6423b35ac246945e45edf7c6c")

package() {
    install -Dm755 "${srcdir}/nicelock" "${pkgdir}/usr/bin/nicelock"
}