summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2020-04-14 18:04:37 -0300
committerPaulo Matias2020-04-14 18:04:50 -0300
commit7f385cf8ef0b3f34192066102cef2b2ab5f3cc14 (patch)
treeb741667d83af9edfd6d696235293a2f8e362fd1e /PKGBUILD
parent3ea2a949218281d649eba422239b34e0e03d28cd (diff)
downloadaur-7f385cf8ef0b3f34192066102cef2b2ab5f3cc14.tar.gz
Move tcl/tk to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce6bae8942dc..0873459ea77b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,10 @@ pkgdesc='Bluespec Compiler (BSC)'
arch=('x86_64')
url='https://github.com/B-Lang-org/bsc'
license=('BSD')
-depends=('tk' 'haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
-makedepends=('git' 'gperf' 'ghc')
+depends=('haskell-old-time' 'haskell-syb' 'haskell-regex-compat' 'haskell-split')
+makedepends=('git' 'gperf' 'ghc' 'tk')
+optdepends=('tcl: bluesim and bluetcl'
+ 'tk: bluewish')
source=("git+https://github.com/b-lang-org/bsc.git")
sha256sums=('SKIP')
_prefix="/opt/bluespec"