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 }