summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2022-10-30 18:49:05 +0100
committerAndré Löfgren2022-10-30 18:49:05 +0100
commit13a10b5b7f5d2dffcef31912571a9e89e1a51ecd (patch)
treea89938831474ad3341d6747eb7e72c1241cacb6e
parent9f107db22f54bc157033be6ebdc80a287348e8ee (diff)
downloadaur-13a10b5b7f5d2dffcef31912571a9e89e1a51ecd.tar.gz
added systemd service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45028a39e4bd..06e91521c70a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = harbour-amazfish
pkgdesc = Companion application for Huami Devices and the Pinetime Infinitime
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/piggz/harbour-amazfish
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index ed11c03eea41..a48844ed2c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=harbour-amazfish
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Companion application for Huami Devices and the Pinetime Infinitime"
arch=('x86_64' 'aarch64')
url="https://github.com/piggz/harbour-amazfish"
@@ -40,4 +40,5 @@ build () {
package() {
cd "$srcdir/$pkgname-$pkgver"
make INSTALL_ROOT="$pkgdir" install
+ install -Dm644 daemon/harbour-amazfish.service "$pkgdir/usr/lib/systemd/system/harbour-amazfish.service"
}