~dricottone/huttese-apk

e80e9a22950acbc69012c37f5272d2cf274fdc30 — Drew DeVault 4 years ago 749262f
hg.sr.ht-nginx: add sr.ht-nginx dependency
1 files changed, 3 insertions(+), 1 deletions(-)

M sr.ht/hg.sr.ht/APKBUILD
M sr.ht/hg.sr.ht/APKBUILD => sr.ht/hg.sr.ht/APKBUILD +3 -1
@@ 14,7 14,7 @@ depends="
	hg-evolve
"
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://hg.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


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

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