summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6ffe4452cd942cf272d0904c378be375336be81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Stefan Richter (sealor) <jdevsr3 googlemail com>
pkgname=plusberrypi-shutdown
pkgver=1.1.0
pkgrel=3
pkgdesc="A systemd service for shutting down your PlusberryPi with the power button."
arch=('armv6h' 'armv7h')
url="http://plusberrypi.com"
license=('GPL')
depends=('systemd' 'bash')
install=plusberrypi-shutdown.install
source=('plusberrypi-shutdown.service' 'plusberrypi-shutdown.sh')
md5sums=('3b61dc69b028543e40ca60ff4b0833e9'
         '2bdfcf3411f48b2b6ba4224e6ddeeb12')

package() {
  install -m 644 -D -t $pkgdir/etc/systemd/system/ $srcdir/plusberrypi-shutdown.service
  install -m 744 -D -t $pkgdir/usr/bin/ $srcdir/plusberrypi-shutdown.sh
}