~dricottone/huttese-apk

f6b3c2ae2f2779378de63b9c77dcbf60c7b232f2 — Drew DeVault 4 years ago 9466ff1
man.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 2 insertions(+), 0 deletions(-)

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

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