2017-02-07 15:06:49 +00:00
|
|
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
|
|
|
pkgname=xautolock-systemd
|
|
|
|
pkgver=0.1
|
|
|
|
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")
|
2017-02-07 15:30:52 +00:00
|
|
|
md5sums=('f372d6cce05b70bce2191575d1789654')
|
2017-02-07 15:06:49 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm644 ${srcdir}/xautolock@.service ${pkgdir}/etc/systemd/system/xautolock@.service
|
|
|
|
}
|