~dricottone/huttese-apk

1dc3fcce4024e9e57d12c84e2adea0133e83511c — Drew DeVault 4 years ago f6b3c2a
paste.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 2 insertions(+), 0 deletions(-)

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

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