Skip to content
Snippets Groups Projects
Commit 4b3a8cf7 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/lld: provide lld19

So packages can depend on lld$_llvmver
parent 01269faa
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lld pkgname=lld
pkgver=19.1.7 pkgver=19.1.7
pkgrel=0 pkgrel=1
_llvmver=${pkgver%%.*} _llvmver=${pkgver%%.*}
provides="lld$_llvmver=$pkgver-r$pkgrel"
pkgdesc="The LLVM Linker" pkgdesc="The LLVM Linker"
url="https://llvm.org/" url="https://llvm.org/"
arch="all" arch="all"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment