void-packages/srcpkgs/llvm6.0/template
q66 e7c3f858b4 llvm8, llvm6.0: add metapackages to force removal
This will allow old systems to upgrade. Right now we have a problem
that old mesa used to depend on libllvm8, which will block upgrading
as it depends on libffi which in the meantime did a soname bump. So
you will have llvm8 blocking upgrade because of soname conflict,
which cannot upgrade as it's already gone, which prevents upgrade
of everything else.
2020-04-09 19:31:42 +02:00

15 lines
325 B
Bash

# Template file for 'llvm6.0'
pkgname=llvm6.0
version=6.0.1
revision=7
archs=noarch
build_style=meta
short_desc="Low Level Virtual Machine (6.0.x series) (removed package)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="NCSA"
homepage="https://www.llvm.org"
libllvm6.0_package() {
short_desc+=" - runtime library"
}