initial meta package creation
This commit is contained in:
commit
6680202963
2 changed files with 28 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
pkgbase = act-flow-git-meta
|
||||||
|
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
||||||
|
pkgver = 0.1
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://avlsi.csl.yale.edu/act
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL-2.0
|
||||||
|
depends = act-core-git
|
||||||
|
depends = act-stdlib-git
|
||||||
|
provides = act-flow-meta
|
||||||
|
conflicts = act-flow-meta
|
||||||
|
|
||||||
|
pkgname = act-flow-git-meta
|
||||||
15
PKGBUILD
Normal file
15
PKGBUILD
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||||
|
|
||||||
|
pkgname=act-flow-git-meta
|
||||||
|
pkgver=0.1
|
||||||
|
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'
|
||||||
|
)
|
||||||
|
conflicts=('act-flow-meta')
|
||||||
|
provides=('act-flow-meta')
|
||||||
Loading…
Reference in a new issue