aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTurboCheetah2022-02-25 08:58:12 -0500
committerTurboCheetah2022-02-25 08:58:12 -0500
commita58dcabb0502c42d6d165d0d0fc64b06d0af7b82 (patch)
treee39348ed7cf2385e34810289dd754a9ac12b9d8f /PKGBUILD
downloadaur-a58dcabb0502c42d6d165d0d0fc64b06d0af7b82.tar.gz
Initial commit
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..485b337ac9f5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Turbo <dev@turbo.ooo>
+pkgname=mullvad-runit
+pkgver=1.0
+pkgrel=1
+pkgdesc="mullvad runit service"
+arch=('any')
+url='https://github.com/TurboCheetah/mullvad-runit'
+license=('MIT')
+depends=('runit')
+source=("run")
+sha256sums=("5175b99d7d64764a82928c7c13a4b803f2ff24c41a1bc174abc547258ff95629")
+
+package() {
+ install -Dm755 ${srcdir}/run "$pkgdir"/etc/runit/sv/mullvad/run
+} \ No newline at end of file