void-packages/srcpkgs/llvm8/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
314 B
Bash

# Template file for 'llvm8'
pkgname=llvm8
version=8.0.1
revision=4
archs=noarch
build_style=meta
short_desc="Low Level Virtual Machine (removed package)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="metapackage"
homepage="https://www.llvm.org"
libllvm8_package() {
short_desc+=" - runtime library"
}