summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0bce8b2058bd512f3b955ea931dc17388af62d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: picokan <todaysoracle@protonmail.com>

pkgname=authelia-runit
pkgver=20250615
pkgrel=1
pkgdesc="Runit service script for authelia."
arch=("any")
url="https://github.com/authelia/authelia"
license=("Apache-2.0")
depends=("authelia" "runit")
source=("authelia.run")
sha256sums=(SKIP)

package() {
	cd "$srcdir"
	install -Dm755 authelia.run "$pkgdir/etc/runit/sv/authelia/run"
}