~dricottone/huttese-apk

404b2a0034650226b83e21c772593b0dbb2b1e2f — Drew DeVault 4 years ago fe72824
dispatch.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 2 insertions(+), 0 deletions(-)

M sr.ht/dispatch.sr.ht/APKBUILD
M sr.ht/dispatch.sr.ht/APKBUILD => sr.ht/dispatch.sr.ht/APKBUILD +2 -0
@@ 38,6 38,8 @@ package() {
}

_nginx() {
	depends="sr.ht-nginx"
	pkgdesc="nginx configuration for $pkgname"
	install -Dm644 "$srcdir/sr.ht-nginx-master/dispatch.sr.ht.conf" \
		"$subpkgdir"/etc/nginx/conf.d/dispatch.sr.ht.conf
}