~dricottone/huttese-apk

8834ab515b53c6dd73ed03310abaa2777f011888 — Drew DeVault 4 years ago 1dc3fcc
todo.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 2 insertions(+), 0 deletions(-)

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

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