aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-04-25 23:10:53 +0200
committerMichał Polański <michal@polanski.me>2021-04-26 01:12:44 +0200
commitdaacc8a57b89a0c80c9db7bd4510dc16c2ef1621 (patch)
treefa0f23266b615ec1af7d24be4f84d5edf44b15e0
parentde8e9e7e903221db8b1a70fc084349e0eba9e298 (diff)
community/wlsunset: build man pages
-rw-r--r--community/wlsunset/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/wlsunset/APKBUILD b/community/wlsunset/APKBUILD
index 673a140408a..e0f027ee6a2 100644
--- a/community/wlsunset/APKBUILD
+++ b/community/wlsunset/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="Day/night gamma adjustments for Wayland"
url="https://git.sr.ht/~kennylevinsen/wlsunset"
license="MIT"
arch="all"
-makedepends="meson wayland-dev wayland-protocols"
+makedepends="meson wayland-dev wayland-protocols scdoc"
+subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/$pkgver.tar.gz"
build() {