diff --git a/testing/efm-langserver/APKBUILD b/community/efm-langserver/APKBUILD similarity index 90% rename from testing/efm-langserver/APKBUILD rename to community/efm-langserver/APKBUILD index 0e49b287ef5..13ce6bce82f 100644 --- a/testing/efm-langserver/APKBUILD +++ b/community/efm-langserver/APKBUILD @@ -9,6 +9,7 @@ arch="all" license="MIT" makedepends="go" options="net chmod-clean" +subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/mattn/efm-langserver/archive/refs/tags/v$pkgver.tar.gz" export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" @@ -25,6 +26,7 @@ check() { package() { install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } sha512sums="