initial meta package creation

This commit is contained in:
Fabian Posch 2024-06-05 12:26:01 +02:00
commit 6680202963
2 changed files with 28 additions and 0 deletions

13
.SRCINFO Normal file
View 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
View 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')