mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/efm-langserver: move from testing
This commit is contained in:
parent
26cc9b4318
commit
5fdb35185e
@ -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="
|
||||
Loading…
x
Reference in New Issue
Block a user