summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5c691e28d17b61ee479c9f093a00ad754defedab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: taotieren <admin@taotieren.com>

basename=ringdove
pkgname=ringdove
pkgver=0.0.1
pkgrel=1
pkgdesc="Ringdove EDA is a suite of multiple software components. Ringdove is a traditional UNIX software. The normal way to install it is installing individual components that are required, starting with librnd (as most others depend on it)."
arch=($CARCH)
url="http://www.repo.hu/projects/ringdove"
license=('LGPL-2.0-or-later')
provides=(${pkgname})
conflicts=(${pkgname})
depends=(
    camv-rnd
    librnd
    pcb-rnd
    sch-rnd
    route-rnd
)