summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cc91d85b446a989726333870adc4e276cf937c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>

pkgname=systemd-lock-handler
pkgver=1.1.0
pkgrel=1
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
url="https://gitlab.com/WhyNotHugo/systemd-lock-handler"
license=('ISC')
depends=('python-txdbus')
source=("https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v1.1.0/${pkgname}-v${pkgver}.tar.gz")
md5sums=('a9b1d88f1a0346c3058d81ba26607a1d')

package() {
  cd $srcdir/$pkgname

  make DESTDIR="$pkgdir/" install
}