summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvojvoda3432021-10-27 10:13:52 +0200
committervojvoda3432021-10-27 10:13:52 +0200
commitdeda13e7a29388f07f6c5eaa8e5141d9a466336c (patch)
tree23fa8aa64e4298b1a97d56b0883bd586a42c5e94 /PKGBUILD
downloadaur-deda13e7a29388f07f6c5eaa8e5141d9a466336c.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4eafcd470cde
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: vojvoda343 <voj343@yandex.com>
+pkgname=mullvad-openrc
+pkgver=1.0
+pkgrel=1
+pkgdesc="mullvad openrc service"
+arch=('any')
+url='https://github.com/vojvoda343/mullvad-openrc'
+license=('GPL')
+depends=('openrc')
+source=("mullvadd.initd")
+sha256sums=("1a646ecbe3c3e4885e50200197406d667c6387482365e429b4ca9125da9e41e4")
+
+package() {
+ install -Dm755 ${srcdir}/mullvadd.initd "$pkgdir"/etc/init.d/mullvadd
+ install=mullvadd.install
+}