summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a4d0c1815a7aaab23999844db39f32ba2e074779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Fabian Posch <aur@posch.tech>

pkgname=act-flow-git-meta
_baserver=0
_patchlvl=8
pkgver=${_baserver}.${_patchlvl}
pkgrel=1
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
arch=('x86_64')
url="https://avlsi.csl.yale.edu/act"
license=('GPL-2.0')
depends=(
    'act-core-git'
    'act-stdlib-git'
    'act-sky130-git'
    'act-tracelib-git'
    'act-actsim-git'
    'act-expropt-git'
    'act-annotate-git'
    'act-utils-git'
    'act-dflowmap-git'
)
conflicts=('act-flow-meta')
provides=('act-flow-meta')