mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
ADMS-qucs: fix homepage
This commit is contained in:
parent
d833c18d9e
commit
a31814728f
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'ADMS-qucs'
|
||||
pkgname=ADMS-qucs
|
||||
version=2.3.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="ADMS-release-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-maintainer-mode" # As required by readme.MD
|
||||
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
|
||||
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
|
||||
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="htps://github.com/Qucs/ADMS"
|
||||
distfiles="https://github.com/Qucs/ADMS/archive/release-2.3.6.tar.gz"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/Qucs/ADMS"
|
||||
distfiles="https://github.com/Qucs/ADMS/archive/release-${version}.tar.gz"
|
||||
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
|
||||
disable_parallel_build="yes" # Suspected race condition involving bison
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue