e7c3f858b4
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.
14 lines
314 B
Bash
14 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"
|
|
}
|