summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormochaaP2022-01-14 18:09:39 +0800
committermochaaP2022-01-14 18:09:39 +0800
commitb7ea00b06c7101dc53e92fb6fff698d98e087bf8 (patch)
treef1335b93a00eee9e4d40f0cb695d91c9ec59fd39 /PKGBUILD
downloadaur-rustdesk-openrc.tar.gz
chore: init
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6dc8ac34d663
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: mochaaP <aur@mochaa.ws>
+
+pkgname=rustdesk-openrc
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='OpenRC rustdesk init script'
+arch=('any')
+license=('GPL')
+depends=('rustdesk' 'openrc')
+source=('rustdesk.initd')
+sha256sums=('bdbac168499f14d10b3fa74922b89707f145eb693419104a54bd5af7ee314d8c')
+
+package() {
+ install -Dm755 'rustdesk.initd' "${pkgdir}/etc/init.d/rustdesk"
+}