diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-06-07 20:07:22 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-06-17 07:43:22 +0200 |
commit | e3ecb5fb3abea58e7cb30304c9b9df8646071624 (patch) | |
tree | e27067e8c9feaee9b2d2960ecc11c7adc2c1b25c /dist/msys2-mingw/mcode/PKGBUILD | |
parent | 81905a8c0bafb05ccf260a38f274bbf24ec7ecb3 (diff) | |
download | ghdl-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/mcode/PKGBUILD')
-rw-r--r-- | dist/msys2-mingw/mcode/PKGBUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dist/msys2-mingw/mcode/PKGBUILD b/dist/msys2-mingw/mcode/PKGBUILD index 591fa6693..75205b025 100644 --- a/dist/msys2-mingw/mcode/PKGBUILD +++ b/dist/msys2-mingw/mcode/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 (mcode backend) (mingw-w64)" +pkgdesc="GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL (mcode backend) (mingw-w64)" arch=('any') -#depends=() +depends=('zlib-devel') makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gcc-ada") -#source=( -# "ghdl::git://github.com/ghdl/ghdl.git#branch=master" -#) -#sha512sums=( -# 'SKIP' -#) build() { mkdir "${srcdir}/builddir" |