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

pkgname=systemd-lock-handler
pkgver=2.4.2
pkgrel=1
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
url="https://git.sr.ht/~whynothugo/systemd-lock-handler"
license=('ISC')
makedepends=('go' 'git')
source=("git+https://git.sr.ht/~whynothugo/systemd-lock-handler?signed#tag=v${pkgver}")
md5sums=('SKIP')
validpgpkeys=('1204CA9FC2FFADEEDC2961367880733B9D062837')

build() {
  cd "$srcdir/$pkgname"

  make build
}

package() {
  cd "$srcdir/$pkgname"

  make DESTDIR="$pkgdir/" install
}