add actsim
This commit is contained in:
parent
07d914a736
commit
3e515f60fa
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = act-flow-git-meta
|
||||
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
||||
pkgver = 0.3
|
||||
pkgver = 0.4
|
||||
pkgrel = 1
|
||||
url = https://avlsi.csl.yale.edu/act
|
||||
arch = x86_64
|
||||
|
|
@ -9,6 +9,7 @@ pkgbase = act-flow-git-meta
|
|||
depends = act-stdlib-git
|
||||
depends = act-sky130-git
|
||||
depends = act-tracelib-git
|
||||
depends = act-actsim-git
|
||||
provides = act-flow-meta
|
||||
conflicts = act-flow-meta
|
||||
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||
|
||||
pkgname=act-flow-git-meta
|
||||
pkgver=0.3
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
||||
arch=('x86_64')
|
||||
|
|
@ -12,6 +12,7 @@ depends=(
|
|||
'act-stdlib-git'
|
||||
'act-sky130-git'
|
||||
'act-tracelib-git'
|
||||
'act-actsim-git'
|
||||
)
|
||||
conflicts=('act-flow-meta')
|
||||
provides=('act-flow-meta')
|
||||
|
|
|
|||
Loading…
Reference in a new issue