Last active
October 4, 2017 10:56
-
-
Save a-andreyev/aa8e7460907af8d9f5f3344d5e496ee6 to your computer and use it in GitHub Desktop.
qt-bt-le-to-mqtt systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Alexey Andreyev <[email protected]> | |
pkgname=qt-bt-le-to-mqtt-systemd | |
pkgver=9 | |
pkgrel=1 | |
pkgdesc="Systemd startup script for qt-bt-le-to-mqtt lowenrgyscanner" | |
arch=('any') | |
license=('GPL3') | |
depends=('qt-bt-le-to-mqtt') | |
source=('https://gist.githubusercontent.com/a-andreyev/54066d8ba9fe0ebb3f0be5ec32dd2c61/raw/c3b726cfab9ff8923ba7c53bafc58444be839056/heartbeat.service' | |
'https://gist.githubusercontent.com/a-andreyev/c9777857739afcdd2fa8e321d90724c7/raw/fdbfdd55450cf9855c0a8615b9be3b3c802b681e/lowenergyscanner.service') | |
sha1sums=('SKIP' | |
'SKIP') | |
package() { | |
mkdir -p "${pkgdir}/usr/lib/systemd/system/" | |
install -Dm 644 "heartbeat.service" "${pkgdir}/usr/lib/systemd/system/" | |
install -Dm 644 "lowenergyscanner.service" "${pkgdir}/usr/lib/systemd/system/" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment