Import existing PKGBUILDs
This commit is contained in:
17
aquaponic-receiver/PKGBUILD
Normal file
17
aquaponic-receiver/PKGBUILD
Normal file
@@ -0,0 +1,17 @@
|
||||
pkgname=aquaponic-receiver
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Sending the aquaponic sensor data to the influxDB'
|
||||
arch=('any')
|
||||
url='https://ccc-p.org'
|
||||
license=('custom:UNLICENSE')
|
||||
depends=('python-paho-mqtt' 'python' 'python-influxdb')
|
||||
source=('aquaponic-receiver.py' 'aquaponic-receiver.service')
|
||||
sha256sums=('de7ce8c86576db67cefcde2e40b794d295f67b4ae017e7037acee82642018ddb'
|
||||
'762d4938d2839e46a69762824664c8085f1a19d56106851626e6900aadf7099f')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
install -Dm644 aquaponic-receiver.service "${pkgdir}/usr/lib/systemd/system/aquaponic-receiver.service"
|
||||
install -Dm755 aquaponic-receiver.py "${pkgdir}/usr/bin/aquaponic-receiver"
|
||||
}
|
||||
Reference in New Issue
Block a user