act-flow-git-meta/PKGBUILD
2024-06-06 16:54:14 +02:00

22 lines
502 B
Bash

# Maintainer: Fabian Posch <aur@posch.tech>
pkgname=act-flow-git-meta
_baserver=0
_patchlvl=6
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-utils-git'
)
conflicts=('act-flow-meta')
provides=('act-flow-meta')