windscribe-cli-runit/PKGBUILD
2025-05-19 16:57:24 +02:00

24 lines
656 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Maintainer: Erik erik@pixeloasis.eu
pkgname=windscribe-cli-runit
pkgver=1.0.0
pkgrel=1
arch=('x86_64')
pkgdesc="Windscribe VPN service for runit"
url="https://windscribe.com"
license=('none')
depends=()
source=()
sha256sums=() #
package() {
# create the runit dirs
install -d "$pkgdir"/etc/sv/windscribe-helper/log \
"$pkgdir"/var/log/windscribe-helper
# install the helpers run scripts
install -m755 "$srcdir"/windscribe-helper/run \
"$pkgdir"/etc/sv/windscribe-helper/run
install -m755 "$srcdir"/windscribe-helper/log/run \
"$pkgdir"/etc/sv/windscribe-helper/log/run
}