aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw/llvm
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-06-07 20:07:22 +0200
committertgingold <tgingold@users.noreply.github.com>2020-06-17 07:43:22 +0200
commite3ecb5fb3abea58e7cb30304c9b9df8646071624 (patch)
treee27067e8c9feaee9b2d2960ecc11c7adc2c1b25c /dist/msys2-mingw/llvm
parent81905a8c0bafb05ccf260a38f274bbf24ec7ecb3 (diff)
downloadghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.tar.gz
ghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.tar.bz2
ghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.zip
ci(msys2): define deps in PKGBUILD, cleanup run.sh
Diffstat (limited to 'dist/msys2-mingw/llvm')
-rw-r--r--dist/msys2-mingw/llvm/PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/dist/msys2-mingw/llvm/PKGBUILD b/dist/msys2-mingw/llvm/PKGBUILD
index a947aa1e3..a9d98b16c 100644
--- a/dist/msys2-mingw/llvm/PKGBUILD
+++ b/dist/msys2-mingw/llvm/PKGBUILD
@@ -3,16 +3,10 @@ pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=ci
pkgrel=1
-pkgdesc="GHDL: the open-source analyzer, compiler and simulator for VHDL (LLVM backend) (mingw-w64)"
+pkgdesc="GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL (LLVM backend) (mingw-w64)"
arch=('any')
-#depends=()
-makedepends=("${MINGW_PACKAGE_PREFIX}-clang" "${MINGW_PACKAGE_PREFIX}-gcc-ada")
-#source=(
-# "ghdl::git://github.com/ghdl/ghdl.git#branch=master"
-#)
-#sha512sums=(
-# 'SKIP'
-#)
+depends=('zlib-devel' "${MINGW_PACKAGE_PREFIX}-clang")
+makedepends=("${MINGW_PACKAGE_PREFIX}-gcc-ada")
build() {
mkdir "${srcdir}/builddir"