summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKhomyaK_HTF2023-04-13 14:03:10 +0300
committerKhomyaK_HTF2023-04-13 14:03:10 +0300
commitd06c3f0cde9561509322acdc7f950c0a39ff3f73 (patch)
tree918e3c87dec057a480ec8b22ff7a27d0b2a9f77c /PKGBUILD
downloadaur-hamachi-openrc.tar.gz
hamachi для openrc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d5143ddb2c41
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Your Name <youremail@domain.com>
+pkgname=hamachi-openrc
+pkgver=1.0
+pkgrel=1
+pkgdesc="A Hamachi service for OpenRC."
+arch=('any')
+url="https://gitea.it/KhomyaK_HTF/hamachi-openrc"
+license=('')
+depends=('logmein-hamachi' 'git' 'pacman' 'openrc' 'networkmanager' 'networkmanager-openrc')
+source=('git+https://gitea.it/KhomyaK_HTF/hamachi-openrc')
+md5sums=('SKIP')
+
+package() {
+ cd "hamachi-openrc"
+ install -Dm644 hamachi "$pkgdir/etc/init.d/hamachi"
+ chmod +x "$pkgdir/etc/init.d/hamachi"
+}