Skip to content

Commit

Permalink
cmoc: Add GCC to run-time depends
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed May 16, 2023
1 parent 26779ab commit eb18be4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mingw-w64-cmoc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ _target=${_machine}-unknown
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.1.81
pkgrel=3
pkgrel=4
pkgdesc="6809-generating cross-compiler for a subset of the C language (mingw-w64)"
arch=('any')
url="http://perso.b2b2c.ca/~sarrazip/dev/cmoc.html"
license=('GPL3')
groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain")
options=('!strip')
depends=('perl' "${MINGW_PACKAGE_PREFIX}-lwtools" "${MINGW_PACKAGE_PREFIX}-gcc-libs")
depends=('perl' "${MINGW_PACKAGE_PREFIX}-lwtools"
"${MINGW_PACKAGE_PREFIX}-gcc" # provides cpp
"${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=('flex' "${MINGW_PACKAGE_PREFIX}-discount")
# https://perso.b2b2c.ca/~sarrazip/dev/cmoc-0.1.80.tar.gz
source=("https://perso.b2b2c.ca/~sarrazip/dev/$_realname-$pkgver.tar.gz"
Expand Down

0 comments on commit eb18be4

Please sign in to comment.