add skywater 130nm package to meta
This commit is contained in:
parent
6680202963
commit
aaac98f898
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,12 +1,13 @@
|
||||||
pkgbase = act-flow-git-meta
|
pkgbase = act-flow-git-meta
|
||||||
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
||||||
pkgver = 0.1
|
pkgver = 0.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://avlsi.csl.yale.edu/act
|
url = https://avlsi.csl.yale.edu/act
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0
|
license = GPL-2.0
|
||||||
depends = act-core-git
|
depends = act-core-git
|
||||||
depends = act-stdlib-git
|
depends = act-stdlib-git
|
||||||
|
depends = act-sky130-git
|
||||||
provides = act-flow-meta
|
provides = act-flow-meta
|
||||||
conflicts = act-flow-meta
|
conflicts = act-flow-meta
|
||||||
|
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Fabian Posch <aur@posch.tech>
|
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||||
|
|
||||||
pkgname=act-flow-git-meta
|
pkgname=act-flow-git-meta
|
||||||
pkgver=0.1
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -10,6 +10,7 @@ license=('GPL-2.0')
|
||||||
depends=(
|
depends=(
|
||||||
'act-core-git'
|
'act-core-git'
|
||||||
'act-stdlib-git'
|
'act-stdlib-git'
|
||||||
|
'act-sky130-git'
|
||||||
)
|
)
|
||||||
conflicts=('act-flow-meta')
|
conflicts=('act-flow-meta')
|
||||||
provides=('act-flow-meta')
|
provides=('act-flow-meta')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue