diff options
| author | Coelacanthus <[email protected]> | 2021-10-24 17:12:52 +0800 |
|---|---|---|
| committer | Coelacanthus <[email protected]> | 2021-10-24 17:12:52 +0800 |
| commit | 44808c1ffc3b014bfb009388a5f6ea199ea83a24 (patch) | |
| tree | e412d5d0fd36f3bba283d3eeb374d1ba5e53dcde /kunoisayami/chisel/PKGBUILD | |
| parent | 8589937897ee4155533a0b99fae17cdde7886094 (diff) | |
fix(chisel): add dependency sbt
Signed-off-by: Coelacanthus <[email protected]>
Diffstat (limited to 'kunoisayami/chisel/PKGBUILD')
| -rw-r--r-- | kunoisayami/chisel/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kunoisayami/chisel/PKGBUILD b/kunoisayami/chisel/PKGBUILD index d8feddc..f912022 100644 --- a/kunoisayami/chisel/PKGBUILD +++ b/kunoisayami/chisel/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Maintainer: Coelacanthus <coelacanthus at outlook dot com> +# Contributor: Frederik Schwan <freswa at archlinux dot org> # Contributor: Sebastian Bøe <sebastianbooe at gmail dot com> pkgname=chisel @@ -8,7 +9,7 @@ pkgdesc='Constructing Hardware in a Scala Embedded Language' arch=('any') url='https://chisel.eecs.berkeley.edu/' license=('BSD') -depends=('java-environment' 'verilator') +depends=('java-environment' 'verilator' 'sbt') makedepends=('sbt' 'graphviz') source=("https://github.com/freechipsproject/chisel3/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") b2sums=('9e2a34d2b83da59930eaae595bb4173cb45ce4154871462eaac851c8c6ee5ac32d57b8686be6f1b6998a6a9d7eecfa797081d8d335fac817c0eeb8eeb18fff6f') |
