~dricottone/huttese-apk

0161e95028bce8c2e674b87148a05e649a5bb0df — Drew DeVault 4 years ago e80e9a2
hub.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 3 insertions(+), 1 deletions(-)

M sr.ht/hub.sr.ht/APKBUILD
M sr.ht/hub.sr.ht/APKBUILD => sr.ht/hub.sr.ht/APKBUILD +3 -1
@@ 11,7 11,7 @@ depends="
	py3-gunicorn
"
makedepends="py-setuptools nodejs sassc go"
subpackages="$pkgname-openrc $pkgname-nginx:_nginx"
subpackages="$pkgname-openrc $pkgname-nginx:_nginx:noarch"
source="
	$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz
	sr.ht-nginx-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/sr.ht-nginx/archive/master.tar.gz


@@ 36,6 36,8 @@ package() {
}

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