~dricottone/huttese-apk

9466ff12b368274c0e440d5debcefab3dd380cb4 — Drew DeVault 4 years ago 1265e2f
lists.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 2 insertions(+), 0 deletions(-)

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

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