xautolock-systemd/PKGBUILD

16 lines
459 B
Bash

# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=xautolock-systemd
pkgver=0.2
pkgrel=1
pkgdesc="Systemd unit to run 'xautolock -locknow' before suspend"
arch=('any')
url="https://git.thurstylark.com/xautolock-systemd.git/"
license=('GPL')
depends=('xautolock')
source=("xautolock@.service")
md5sums=('85bb420848607f76c19fd8094b5597eb')
package() {
install -Dm644 ${srcdir}/xautolock@.service ${pkgdir}/etc/systemd/system/xautolock@.service
}