aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsodface <sod@sodface.com>2023-12-03 14:02:52 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2023-12-03 21:10:16 +0000
commitaab164fcf95afb946072f477431201071c98a6e0 (patch)
treeaf9f52ade0f8bdb54c150994552d8909f02334ab
parent0a898f5dd8ee248ecf0491402463979a2934450a (diff)
community/signal-estimator: add doc subpackage
-rw-r--r--community/signal-estimator/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/signal-estimator/APKBUILD b/community/signal-estimator/APKBUILD
index d797716c587..c4fd64e6daf 100644
--- a/community/signal-estimator/APKBUILD
+++ b/community/signal-estimator/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sodface <sod@sodface.com>
pkgname=signal-estimator
pkgver=0.0.9
-pkgrel=0
+pkgrel=1
pkgdesc="Measure characteristics of a looped back signal"
url="https://github.com/gavv/signal-estimator"
arch="all"
@@ -18,7 +18,7 @@ makedepends="
samurai
spdlog-dev
"
-subpackages="$pkgname-gui"
+subpackages="$pkgname-doc $pkgname-gui"
_cli11_ver=2.3.2
_concurrentqueue_ver=1.0.4
_intrusive_shared_ptr_ver=1.4
@@ -46,6 +46,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}
gui() {